-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1002 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
34
35
36
37
38
39
40
41
{
"name": "cyberway-core-service",
"version": "3.59.3",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "golos.io",
"license": "GPL-3.0",
"repository": {
"type": "git",
"url": "git+https://github.com/GolosChain/core-service.git"
},
"dependencies": {
"ajv": "^6.10.2",
"bignumber.js": "^7.2.1",
"colors": "^1.3.3",
"cyberwayjs": "^20.0.0-beta7",
"deepmerge": "^3.3.0",
"eosjs-ecc": "^4.0.4",
"express": "^4.17.1",
"jayson": "^2.1.2",
"lodash": "^4.17.15",
"lodash.template": "^4.5.0",
"moment": "^2.24.0",
"mongoose": "^5.7.5",
"nats-queue-sync": "^0.1.1",
"node-fetch": "^2.6.0",
"node-nats-streaming": "^0.2.6",
"prom-client": "^11.5.3",
"random": "^2.1.1",
"sanitize-html": "^1.20.1",
"text-encoding": "^0.7.0",
"then-sleep": "^1.0.1",
"ws": "^5.2.2"
},
"devDependencies": {
"prettier": "^1.19.1"
}
}