-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 1.16 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
36
{
"name": "ion-truffle",
"version": "1.0.0",
"description": "Inter Operability Network",
"main": "truffle.js",
"repository": "https://github.com/clearmatics/ion.git",
"author": "[email protected]",
"license": "LGPL-3.0+",
"dependencies": {
"babel-preset-node6": "^11.0.0",
"crypto-js": "^3.1.9-1",
"rlp": "^2.0.0",
"solc": "^0.4.23",
"solhint": "^1.1.10",
"solidity-coverage": "^0.5.0 ",
"web3": "github:ethereum/web3.js",
"web3-eth": "^1.0.0-beta.34",
"web3-eth-accounts": "^1.0.0-beta.34"
},
"devDependencies": {
"ganache-cli": "^6.0.0",
"json-bigint-string": "^1.0.0",
"solidity-coverage": "^0.4.0",
"truffle": "^4.1.7",
"web3-eth-abi": "^1.0.0-beta.33",
"web3-utils": "^1.0.0-beta.33"
},
"scripts": {
"testrpc": "ganache-cli --port 8545 --gasLimit 0xFFFFFFF --gasPrice 0 --networkId 1234 --deterministic grape crisp enroll avoid satoshi picnic term dice gown grocery situate depart",
"compile": "truffle compile",
"deploy": "truffle deploy",
"test": "truffle test --network development",
"coverage": "solidity-coverage",
"lint": "solhint contracts/**/*.sol"
}
}