forked from XYOracleNetwork-v1/tool-dapploy-nodejs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.21 KB
/
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
38
39
40
41
42
43
{
"name": "@xyo-network/tool-dapploy-nodejs",
"version": "0.1.3",
"license": "MIT",
"description": "Dapploy is a handy CLI tool for dApps. Create, build and dapploy your Smart Contracts!",
"repository": {
"type": "git",
"url": "git+https://github.com/XYOracleNetwork/tool-dapploy-nodejs.git"
},
"bugs": {
"url": "https://github.com/XYOracleNetwork/tool-dapploy-nodejs/issues"
},
"dependencies": {
"aws-sdk": "^2.316.0",
"commander": "^2.16.0",
"configparser": "^0.2.6",
"ipfs-api": "^26.1.2",
"shelljs": "^0.8.2",
"truffle": "^4.1.13",
"untildify": "^3.0.3",
"web3": "^1.0.0-beta.35"
},
"devDependencies": {
"babel-eslint": "^10.0.1",
"eslint": "^5.8.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-config-standard": "^12.0.0",
"eslint-config-standard-react": "^7.0.2",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-jsx-a11y": "^6.1.1",
"eslint-plugin-node": "^8.0.0",
"eslint-plugin-promise": "^4.0.0",
"eslint-plugin-react": "^7.11.1",
"eslint-plugin-standard": "^4.0.0",
"ganache-cli": "^6.1.7"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"bin": {
"dapploy": "./dapploy"
}
}