-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
52 lines (52 loc) · 1.47 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
{
"name": "statechannels",
"version": "1.0.0",
"description": "",
"main": "truffle-config.js",
"directories": {
"test": "test"
},
"dependencies": {
"@types/ethereumjs-tx": "^1.0.0",
"@types/ethereumjs-util": "^5.2.0",
"bignumber.js": "^7.2.1",
"console.table": "^0.10.0",
"ethereumjs-tx": "^1.3.7",
"ethereumjs-util": "^5.2.0",
"redux": "^4.0.0",
"redux-saga": "^0.16.0",
"truffle": "^4.1.14",
"web3": "^1.0.0-beta.36",
"web3-eth-contract": "^1.0.0-beta.36",
"web3-utils": "^1.0.0-beta.36"
},
"devDependencies": {
"@types/chai": "^4.1.4",
"@types/chai-as-promised": "^7.1.0",
"@types/mocha": "^5.2.5",
"@types/web3": "^1.0.3",
"chai": "^4.1.2",
"chai-as-promised": "^7.1.1",
"mocha": "^5.2.0",
"redux-saga-test-plan": "^3.7.0",
"sinon": "^6.1.5",
"ts-node": "^7.0.1",
"typesafe-actions": "^2.0.4",
"typescript": "^3.0.3"
},
"scripts": {
"test": "mocha -r ts-node/register src/**/__tests__/setup.test.ts --exit",
"postinstall": "rm -f node_modules/web3/index.d.ts",
"start-evm": "ganache-cli -d -l 15000000 --allowUnlimitedContractSize --defaultBalanceEther 1000000"
},
"repository": {
"type": "git",
"url": "git+https://github.com/stonecoldpat/statechannels.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/stonecoldpat/statechannels/issues"
},
"homepage": "https://github.com/stonecoldpat/statechannels#readme"
}