-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
29 lines (29 loc) · 912 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
{
"name": "coval-solidity",
"version": "3.0.0",
"description": "Contract Deployment and Interaction Tool",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js",
"execute": "node dynamic-api.js",
"web": "node dynamic-api.js web",
"info": "node index.js info",
"pre": "mkdir ./scenarios; mkdir ./contracts; cp ./examples/contracts/*.sol ./contracts/; cp ./examples/scenarios/*.yaml ./scenarios/",
"cleanup": "rm -rf ./scenarios; rm -rf ./contracts"
},
"author": "Shannon Code (Decentric)",
"license": "MIT",
"dependencies": {
"appendable-cli-menu": "^2.0.0",
"bitcore": "^0.11.7",
"body-parser": "^1.17.2",
"dotenv": "^4.0.0",
"ethereumjs-util": "^5.1.2",
"express": "^4.15.2",
"readline-sync": "^1.4.7",
"solc": "^0.4.11",
"web3": "^0.19.0",
"yamljs": "^0.2.8"
}
}