forked from symbol/symbol
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.06 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
{
"name": "symbol-api-rest",
"version": "2.4.2",
"description": "Symbol API REST",
"main": "src/index.js",
"scripts": {
"start": "node src/index.js",
"lint": "eslint .",
"test": "mocha --full-trace --recursive ./test",
"lint:jenkins": "eslint -o lint.client.rest.xml -f junit . || exit 0",
"test:jenkins": "nyc --require mocha --reporter=lcov npm run test",
"version": "echo $npm_package_version"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"axios": "^1.2.0",
"chai": "^4.3.7",
"eslint": "^8.28.0",
"eslint-config-airbnb": "^19.0.4",
"minimist": "^1.2.7",
"mocha": "^10.1.0",
"mocha-jenkins-reporter": "^0.4.8",
"nyc": "^15.1.0",
"sinon": "^14.0.2",
"tmp": "^0.2.1"
},
"dependencies": {
"@noble/hashes": "^1.1.3",
"ini": "^3.0.1",
"long": "^5.2.1",
"mongodb": "^4.12.1",
"restify": "^9.0.0",
"restify-errors": "^8.0.2",
"ripemd160": "^2.0.2",
"sshpk": "^1.17.0",
"winston": "^3.8.2",
"ws": "^8.11.0",
"zeromq": "^5.3.1"
}
}