-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 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
36
37
38
39
40
41
42
43
44
{
"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.1.3",
"chai": "^4.3.6",
"eslint": "^8.25.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.1",
"tmp": "^0.2.1"
},
"dependencies": {
"@noble/hashes": "^1.1.3",
"bs58": "^5.0.0",
"ini": "^3.0.1",
"js-sha3": "^0.8.0",
"long": "^5.2.0",
"mongodb": "^3.7.3",
"restify": "^8.6.1",
"restify-errors": "^8.0.2",
"ripemd160": "^2.0.2",
"sshpk": "^1.17.0",
"winston": "^3.8.2",
"ws": "^8.9.0",
"zeromq": "^5.2.8"
}
}