-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.49 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
37
38
39
40
41
42
43
44
45
{
"name": "Deconet-PaymentsSplitting",
"version": "0.0.2",
"description": "",
"main": "truffle.js",
"directories": {
"test": "test"
},
"scripts": {
"compile": "./node_modules/.bin/truffle compile --all",
"migrate-ropsten": "./node_modules/.bin/truffle migrate --reset --network ropsten",
"migrate-mainnet": "./node_modules/.bin/truffle migrate --reset --network mainnet",
"test": "./node_modules/.bin/truffle compile && ./node_modules/.bin/truffle test",
"coverage": "./node_modules/.bin/solidity-coverage",
"ganache-cli": "./node_modules/.bin/ganache-cli -a 20 -i 95 -e 1000 -l 8000000 --noVMErrorsOnRPCResponse"
},
"repository": {
"type": "git",
"url": "git+https://github.com/deconet/DeconetPaymentsSplitting"
},
"author": "Pavel Sipaylo / Deconet",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/deconet/DeconetPaymentsSplitting/issues"
},
"homepage": "https://github.com/deconet/DeconetPaymentsSplitting#readme",
"dependencies": {
"@deconet/truffle-ledger-provider": "^0.0.4",
"@optionality.io/clone-factory": "^0.1.6",
"bignumber": "^1.1.0",
"bignumber.js": "^7.2.1",
"ethereumjs-tx": "^1.3.3",
"openzeppelin-solidity": "1.12.0",
"solc": "^0.4.25",
"truffle-contract": "^3.0.4",
"truffle-hdwallet-provider": "^1.0.0-web3one.1",
"uuid": "^3.2.1",
"web3": "^1.0.0-beta.34"
},
"devDependencies": {
"ganache-cli": "6.2.3",
"solidity-coverage": "^0.5.11",
"truffle": "5.0.0"
}
}