-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 739 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 739 Bytes
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
{
"scripts": {
"combine": "./bin/combine.sh",
"compile": "yarn run truffle compile --all",
"develop": "DEBUG=test:* yarn run truffle develop",
"ganache": "./bin/ganache.sh",
"lint": "yarn solium -d ./contracts",
"migrate": "./bin/migrate.sh",
"remix": "yarn run remix-ide ./contracts",
"test": "yarn run truffle test"
},
"dependencies": {
"bignumber.js": "^8.0.2",
"debug": "^3.1.0",
"ethereumjs-wallet": "0.6.3",
"ganache-cli": "6.2.5",
"json": "9.0.6",
"lodash": "4.17.11",
"remix-ide": "0.7.5-local",
"solium": "1.2.2",
"soljitsu": "1.0.0",
"truffle": "5.0.1",
"truffle-wallet-provider": "0.0.5",
"validatorjs": "3.15.1",
"yamljs": "0.3.0"
}
}