-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·35 lines (35 loc) · 1.06 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
34
35
{
"name": "gas-fee-pool",
"version": "1.0.0",
"description": "",
"directories": {
"test": "test"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"test:truffle": "truffle test ./test/*",
"start-blank": "rm -rf client/src && cp -rf barebones/src client/",
"client": "cd client && npm run start",
"console:kovan": "truffle console --network kovan",
"compile:kovan": "truffle compile --reset --network kovan",
"migrate:kovan": "truffle migrate --reset --network kovan"
},
"author": "masaun",
"license": "ISC",
"dependencies": {
"@truffle/hdwallet-provider": "^1.0.29",
"dotenv": "^8.2.0",
"eth-block-tracker": "^4.4.3",
"@openzeppelin/contracts": "2.4.0",
"@truffle/contract": "^4.1.5",
"@decentral.ee/web3-test-helpers": "0.2.4",
"@openzeppelin/test-helpers": "0.5.4",
"sol-proxy": "0.1.2",
"solhint": "2.3.0",
"solidity-coverage": "0.7.1",
"truffle-flattener": "1.4.2",
"truffle-plugin-verify": "0.3.8",
"eslint": "6.8.0",
"npm-run-all": "4.1.5"
}
}