-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
47 lines (47 loc) · 1.44 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
{
"name": "counterstake-bridge",
"version": "0.1.0",
"private": true,
"scripts": {
"postinstall" : "cd evm && npx truffle compile </dev/null",
"test": "mocha --opts aas/test/mocha.opts --require aas/test/bootload.js",
"test:all": "mocha --opts aas/test/mocha.opts --require aas/test/bootload.js aas/test/*.test.oscript.js",
"lint": "node ./node_modules/.bin/eslint --ext .js --max-warnings=0 test"
},
"engines": {
"node": ">=8"
},
"dependencies": {
"@koa/cors": "^3.1.0",
"aa-testkit": "git+https://github.com/valyakin/aa-testkit.git",
"aabot": "git+https://github.com/byteball/aabot.git",
"chai": "^4.2.0",
"ethers": "^5.0.31",
"json-rpc2": "^2.0.0",
"koa": "^2.13.1",
"koa-bodyparser": "^4.3.0",
"koa-router": "^10.0.0",
"mocha": "^6.2.0",
"node-fetch": "^2.6.1",
"@openzeppelin/contracts": "^4.0.0",
"@openzeppelin/test-helpers": "^0.5.10",
"@truffle/hdwallet-provider": "^1.4.0"
},
"devDependencies": {
"eslint": "^6.3.0",
"eslint-config-standard": "^14.1.0",
"eslint-plugin-chai-friendly": "^0.4.1",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-mocha": "^6.1.1",
"eslint-plugin-node": "^10.0.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1",
"truffle-contract-size": "^2.0.1"
},
"resolutions": {
"level-rocksdb": "^5.0.0",
"sqlite3": "^5.0.0",
"chalk": "^3.0.0",
"cli-width": "^2.2.1"
}
}