-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1007 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": "prism-service",
"version": "3.2.0",
"description": "",
"main": "./src/index.js",
"scripts": {
"start": "node src/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/communcom/prism.git"
},
"author": "Good guys from Commun",
"license": "MIT",
"dependencies": {
"bodybuilder": "^2.2.21",
"bytebuffer": "^5.0.1",
"commun-utils": "^1.3.0",
"cyberway-core-service": "^3.59.3",
"cyberwayjs": "^20.0.2",
"dotenv": "^8.2.0",
"elasticsearch": "^15.5.0",
"elasticsearch-sanitize": "^2.0.0",
"eosjs-ecc": "^4.0.7",
"escape-string-regexp": "^2.0.0",
"libhoney": "^2.0.1",
"lodash": "^4.17.14",
"moment": "^2.24.0",
"mongodb": "^3.2.7",
"node-fetch": "^2.6.0",
"node-nats-streaming": "^0.2.4",
"pluralize": "^7.0.0",
"text-encoding": "^0.7.0",
"then-sleep": "^1.0.1",
"uuid": "^3.3.2",
"valid-url": "^1.0.9"
},
"devDependencies": {
"prettier": "^1.18.2"
}
}