forked from torkelrogstad/lnd-fun
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 967 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
42
43
44
45
{
"name": "lnd-dashboard",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node start"
},
"description": "A dashboard for lnd nodes",
"contributors": [
"Siroos Ghanavati",
"torkelrogstad",
"margaret",
"MrRGnome"
],
"license": "SEE LICENSE IN LICENSE",
"repository": "github:MrRGnome/lnd-fun",
"dependencies": {
"@grpc/proto-loader": "^0.5.1",
"body-parser": "^1.15.0",
"compression": "^1.7.1",
"cookie-parser": "^1.4.0",
"debug": "^2.2.0",
"ejs": "^2.5.7",
"express": "^4.14.0",
"express-ejs-layouts": "^2.3.1",
"express-rate-limit": "^2.11.0",
"express-session": "^1.15.6",
"grpc": "^1.8.0",
"morgan": "^1.7.0",
"serve-favicon": "^2.3.0",
"websocket": "^1.0.25",
"ws": "^5.1.1"
},
"pkg": {
"assets": [
"public/**/*",
"views/**/*",
"routes/**/*"
],
"scripts": [
"install/**/*.js"
]
},
"bin": "start.js"
}