-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 960 Bytes
/
package.json
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
{
"name": "edendistribute",
"version": "1.0.0",
"description": "Eden Delegates Funds Distribution Script",
"repository": "https://github.com/edenia/eden-distribute.git",
"license": "MIT",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"powerup": "node src/index.js",
"prepare": "husky install .husky"
},
"lint-staged": {
"*.js": [
"eslint",
"prettier --write"
]
},
"dependencies": {
"eosjs": "^22.1.0",
"eosjs-api": "^7.0.4",
"node-fetch": "^2.6.1"
},
"devDependencies": {
"env-cmd": "^10.1.0",
"eslint": "^8.21.0",
"eslint-config-prettier": "^8.5.0",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-promise": "^6.0.0",
"husky": "^8.0.1",
"lint-staged": "^13.0.3",
"prettier": "^2.7.1",
"standard": "^17.0.0"
}
}