forked from omni/tokenbridge-contracts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 887 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
{
"name": "poa-parity-bridge-contracts",
"version": "1.0.0",
"description": "Bridge",
"main": "index.js",
"scripts": {
"test": "scripts/test.sh",
"deploy": "truffle migrate --reset --network $NETWORK",
"compile": "truffle compile",
"flatten": "bash flatten.sh",
"watch-tests": "./node_modules/.bin/nodemon ./node_modules/.bin/truffle test --network test"
},
"author": "POA network",
"license": "GPLv3",
"dependencies": {
"ganache-cli": "^6.1.0",
"openzeppelin-solidity": "^1.10.0",
"truffle": "^4.1.11",
"web3-utils": "^1.0.0-beta.34"
},
"devDependencies": {
"chai": "^4.1.2",
"chai-as-promised": "^7.1.1",
"chai-bignumber": "^2.0.2",
"eth-gas-reporter": "^0.1.12",
"nodemon": "^1.17.3",
"solidity-coverage": "^0.4.15",
"truffle-flattener": "^1.2.3",
"truffle-privatekey-provider": "^1.1.0"
}
}