forked from Taump/redeem-both
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 1.03 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
{
"name": "redeem-both",
"version": "0.1.0",
"private": true,
"scripts": {
"test": "mocha --opts test/mocha.opts --require test/bootload.js",
"test:all": "mocha --opts test/mocha.opts --require test/bootload.js test/*.test.oscript.js",
"lint": "node ./node_modules/.bin/eslint --ext .js --max-warnings=0 test"
},
"engines": {
"node": ">=8"
},
"dependencies": {
"aa-testkit": "git+https://github.com/valyakin/aa-testkit.git",
"bonded-stablecoin": "git+https://github.com/byteball/bonded-stablecoin.git",
"chai": "^4.2.0",
"lodash": "^4.17.21",
"mocha": "^6.2.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"
},
"resolutions": {
"chalk": "^3.0.0",
"cli-width": "^2.2.1",
"level-rocksdb": "^4.0.0"
}
}