forked from omni/tokenbridge-contracts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
29 lines (29 loc) · 786 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
{
"name": "poa-parity-bridge-contracts",
"version": "1.0.0",
"description": "",
"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": "",
"license": "ISC",
"dependencies": {
"ganache-cli": "^6.1.0",
"openzeppelin-solidity": "^1.9.0",
"truffle": "^4.1.8",
"web3-utils": "^1.0.0-beta.34"
},
"devDependencies": {
"chai": "^4.1.2",
"chai-as-promised": "^7.1.1",
"chai-bignumber": "^2.0.2",
"nodemon": "^1.17.3",
"solidity-coverage": "^0.4.15",
"truffle-flattener": "^1.2.3"
}
}