-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.36 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.36 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"name": "@deadlock-delegate/faucet",
"version": "0.7.2",
"description": "Faucet plugin for Ark's Core",
"author": "roks0n",
"license": "MIT",
"keywords": [
"core",
"blockchain",
"ark",
"crypto",
"dpos",
"faucet",
"arkecosystem"
],
"main": "lib/index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/deadlock-delegate/faucet.git"
},
"bugs": {
"url": "https://github.com/deadlock-delegate/faucet/issues"
},
"homepage": "https://github.com/deadlock-delegate/faucet",
"scripts": {
"test": "ARK_ENV=test jest --runInBand --forceExit --detectOpenHandles",
"lint": "eslint ./ --fix"
},
"dependencies": {
"@arkecosystem/core-container": "^2.6.39-next.18",
"@arkecosystem/crypto": "^2.6.39-next.18",
"@hapi/hapi": "^18.3.1",
"axios": "^0.19.0",
"bignumber.js": "^9.0.0",
"boom": "^7.2.2",
"delay": "^4.1.0",
"fs-extra": "^8.0.1",
"knex": "^0.19.5",
"lodash": "^4.17.11",
"request-ip": "^2.1.3",
"sqlite3": "^4.1.0"
},
"devDependencies": {
"eslint": "^6.5.1",
"eslint-config-standard": "^14.1.0",
"eslint-plugin-import": "^2.11.0",
"eslint-plugin-node": "^10.0.0",
"eslint-plugin-promise": "^4.0.1",
"eslint-plugin-standard": "^4.0.1",
"jest": "^24.9.0",
"jest-extended": "^0.11.0",
"standard": "^14.3.1"
}
}