-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
43 lines (43 loc) · 1.12 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
{
"name": "node-explorer-backend",
"version": "0.0.1",
"description": "Logos Network Node Explorer Backend",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/LogosNetwork/node-explorer.git"
},
"author": "Tyler Storm",
"license": "MIT",
"bugs": {
"url": "https://github.com/LogosNetwork/node-explorer/issues"
},
"homepage": "",
"dependencies": {
"@logosnetwork/logos-rpc-client": "^1.1.29",
"@logosnetwork/logos-webwallet-sdk": "^0.3.0",
"axios": "^0.19.0",
"big-integer": "^1.6.43",
"blakejs": "^1.1.0",
"colog": "^1.0.4",
"connect-gzip-static": "^2.1.1",
"connect-history-api-fallback": "^1.6.0",
"connect-redis": "^3.4.1",
"cron": "^1.7.1",
"express": "^4.17.1",
"express-session": "^1.16.1",
"lodash.isequal": "^4.5.0",
"moment": "^2.24.0",
"mosca": "^2.8.3",
"mqtt": "^3.0.0",
"mqtt-regex": "^1.0.5",
"nano-base32": "^1.0.1",
"pg": "^7.11.0",
"pg-hstore": "^2.3.3",
"redis": "^2.8.0",
"sequelize": "^5.11.0"
}
}