-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
52 lines (52 loc) · 1.5 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": "scripts",
"version": "1.0.0",
"description": "",
"main": "s1.js",
"directories": {
"test": "test"
},
"dependencies": {
"@keep-network/keep-core": "^1.3.0",
"@keep-network/keep-ecdsa": "^1.2.1",
"@keep-network/tbtc": "^1.1.0",
"@summa-tx/bitcoin-spv-sol": "^3.1.0",
"@summa-tx/relay-sol": "^2.0.2",
"ethers": "^5.0.14",
"node-pagerduty": "^1.3.4",
"openzeppelin-solidity": "2.3.0",
"pagerduty-pdjs": "^1.1.1"
},
"devDependencies": {
"@openzeppelin/test-environment": "^0.1.2",
"@openzeppelin/test-helpers": "^0.5.4",
"@truffle/hdwallet-provider": "^1.0.37",
"babel-polyfill": "^6.26.0",
"babel-preset-es2015": "^6.18.0",
"babel-preset-stage-2": "^6.18.0",
"babel-preset-stage-3": "^6.17.0",
"babel-register": "^6.26.0",
"chai": "^4.2.0",
"bn.js": "^4.11.8",
"bn-chai": "^1.0.1",
"eslint": "^5.16.0",
"eslint-config-keep": "git+https://github.com/keep-network/eslint-config-keep.git#0.2.0",
"eslint-config-prettier": "^6.10.0",
"eth-gas-reporter": "^0.1.12",
"ethlint": "^1.2.4",
"ganache-cli": "^6.4.3",
"mocha": "^7.0.1",
"@types/mocha": "^7.0.2",
"prettier": "^1.19.1",
"prettier-plugin-solidity": "^1.0.0-alpha.40",
"solium-config-keep": "git+https://github.com/keep-network/solium-config-keep.git#0.1.2",
"truffle": "^5.1.13",
"solc": "0.5.17",
"@asciidoctor/core": "2.2.0"
},
"engines": {
"node": ">= 12.0.0"
},
"author": "",
"license": "ISC"
}