-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
executable file
·54 lines (54 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
46
47
48
49
50
51
52
53
54
{
"name": "openstoreman",
"version": "1.0.0",
"description": "",
"main": "t.js",
"directories": {
"doc": "docs",
"test": "test"
},
"dependencies": {
"@openzeppelin/test-helpers": "^0.5.6",
"bigi": "^1.4.2",
"bignumber.js": "^7.2.1",
"bip39": "^3.0.2",
"chai": "^4.2.0",
"ecurve": "^1.0.6",
"ecurve-bn256": "^1.0.15",
"ethereumjs-tx": "^2",
"ethereumjs-util": "^5.2.0",
"ethereumjs-wallet": "1.0.1",
"ganache-time-traveler": "^1.0.14",
"iwan-sdk": "^1.2.0",
"js-sha256": "^0.9.0",
"keccak256": "^1.0.0",
"keythereum": "^1.0.4",
"ko-sleep": "^1.0.3",
"openzeppelin-eth": "2.0.2-standalone",
"optimist": "^0.6.1",
"promisefy-util": "^1.2.0",
"solidity-coverage": "^0.7.4",
"truffle": "^5.1.49",
"truffle-hdwallet-provider": "^1.0.17",
"truffle-privatekey-provider": "^0.1.0",
"wanchain-sc-sdk": "git+https://github.com/wanchain/wanchain-sc-sdk.git#eth-0.4.26",
"wanchain-truffle-sdk": "^1.0.0",
"wanchain-util": "^1.2.0",
"web3-eth-abi": "^1.2.4",
"web3-provider-engine": "^15.0.12"
},
"devDependencies": {
"solidity-coverage": "^0.6.7"
},
"scripts": {
"test": "truffle test",
"debug": "truffle debug",
"develop": "truffle develop",
"console": "truffle console",
"compile": "truffle compile",
"coverage": "truffle run coverage --network coverage",
"migrate": "rm -rf build && truffle migrate --network testnet"
},
"author": "",
"license": "ISC"
}