forked from XinFinOrg/TF_Deployer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 871 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
{
"name": "contract-helper",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "nodemon index.js",
"start-mainnet":"nodemon index.js --network=mainnet",
"start-ipfs-local":"nodemon index.js --ipfsNetwork=local",
"start": "pm2 start index.js --name MainNet_TF_Deployer",
"start-apothem": "pm2 start index.js --name Apothem_TF_Deployer"
},
"author": "",
"license": "ISC",
"dependencies": {
"body-parser": "^1.19.0",
"cors": "^2.8.5",
"cryptr": "^6.0.1",
"express": "^4.17.1",
"ipfs-http-client": "^40.1.0",
"lerna": "^3.19.0",
"lodash": "^4.17.15",
"morgan": "^1.9.1",
"nodemon": "^2.0.2",
"path": "^0.12.7",
"solc": "^0.5.14",
"web3": "^1.2.4",
"winston": "^3.2.1",
"xdc3": "^1.2.11"
}
}