-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
33 lines (33 loc) · 1.01 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
{
"name": "metacoin-source-verify",
"version": "1.0.0",
"description": "",
"main": "truffle-config.js",
"directories": {
"test": "test"
},
"scripts": {
"ipfs": "node --no-warnings ./scripts/ipfs.js",
"deploy:ropsten": "truffle compile --all && npm run ipfs && truffle migrate --network ropsten",
"deploy:rinkeby": "truffle compile --all && npm run ipfs && truffle migrate --network rinkeby",
"deploy:goerli": "truffle compile --all && npm run ipfs && truffle migrate --network goerli"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cgewecke/metacoin-source-verify.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/cgewecke/metacoin-source-verify/issues"
},
"homepage": "https://github.com/cgewecke/metacoin-source-verify#readme",
"devDependencies": {
"@truffle/hdwallet-provider": "^1.0.31",
"dotenv": "^8.2.0",
"ipfs-http-client": "^42.0.0",
"shelljs": "^0.8.3",
"truffle": "^5.1.14"
}
}