forked from lyotam/TechMarketplace
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 1 KB
/
package.json
File metadata and controls
29 lines (29 loc) · 1 KB
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": "tech_marketplace",
"version": "1.0.0",
"description": "TechMarketplace: A Sample App Utilizing Quorum",
"main": "truffle.js",
"scripts": {
"start": "lite-server",
"compile": "truffle compile",
"migrate": "truffle migrate --reset",
"qm_migrate": "truffle migrate --reset --network qm",
"qm_migrate_mac": "truffle migrate --reset --network qm_mac",
"seed": "truffle exec scripts/seed.js --network development",
"qm_seed": "truffle exec scripts/seed.js --network qm",
"qm_seed_mac": "truffle exec scripts/seed.js --network qm_mac",
"qm_setup": "truffle exec scripts/setup_qmAccounts.js --network qm",
"qm_setup_mac": "truffle exec scripts/setup_qmAccounts.js mac --network qm_mac",
"test": "echo \"Error: no test specified\" && exit 1"
},
"license": "MIT",
"dependencies": {
"axios": "^0.19.0",
"diff": "^3.5.0",
"growl": "^1.10.5",
"lite-server": "^2.5.3",
"localtunnel": "^1.9.2",
"lodash": "^4.17.15",
"truffle": "^4.1.5"
}
}