-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
35 lines (35 loc) · 1.1 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": "stable-oswap-arb",
"version": "0.1.0",
"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": {
"chai": "^4.2.0",
"mocha": "^6.2.0",
"aa-testkit": "git+https://github.com/valyakin/aa-testkit.git",
"aabot": "git+https://github.com/byteball/aabot.git",
"bonded-stablecoin": "git+https://github.com/byteball/bonded-stablecoin.git",
"fs-ext": "^2.0.0",
"oswap": "git+https://github.com/bonustrack/oswap.io.git"
},
"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"
}
}