-
Notifications
You must be signed in to change notification settings - Fork 148
/
package.json
33 lines (33 loc) · 970 Bytes
/
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
{
"name": "asch",
"version": "1.5.2",
"private": true,
"scripts": {
"start": "node app.js",
"lint": "eslint .",
"coverage": "nyc npm test",
"test": "LOG_LEVEL=error jest --globalSetup ./test/integration/setup.js --globalTeardown ./test/integration/teardown.js ./test/integration"
},
"pre-commit": [
"lint"
],
"author": "Qingfeng Shan <[email protected]>",
"dependencies": {
"asch-core": "https://github.com/AschPlatform/asch-core/tarball/v1.5.2",
"commander": "=2.6.0",
"daemon": "=1.1.0",
"ip": "=1.1.3",
"tracer": "=0.8.12"
},
"devDependencies": {
"asch-js": "https://github.com/AschPlatform/asch-js/tarball/master",
"debug": "=3.1.0",
"eslint-config-asch-base": "https://github.com/AschPlatform/eslint-config-asch-base/tarball/master",
"jest": "=23.4.1",
"moment": "=2.19.3",
"nyc": "=12.0.2",
"pre-commit": "=1.2.2",
"shelljs": "=0.7.8",
"supertest": "=1.0.1"
}
}