forked from alexbosworth/ln-service
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.05 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
45
46
47
48
49
50
{
"author": "Alex Bosworth",
"bugs": {
"url": "https://github.com/alexbosworth/ln-service/issues"
},
"dependencies": {
"async": "2.6.0",
"bech32": "1.1.3",
"bitcoinjs-lib": "3.3.2",
"body-parser": "1.18.2",
"bn.js": "4.11.8",
"compression": "1.7.2",
"cors": "2.8.4",
"express": "4.16.3",
"express-basic-auth": "1.1.5",
"grpc": "1.11.3",
"lodash": "4.17.10",
"morgan": "1.9.0",
"request": "2.85.0",
"secp256k1": "3.5.0",
"walnut": "0.0.3",
"ws": "5.1.1"
},
"description": "Interaction helper for your Lightning Network daemon",
"devDependencies": {
"tap": "11.1.4"
},
"engines": {
"node": ">=8.11.1",
"npm": "6.0.0"
},
"keywords": [
"lightning",
"lightning-network",
"lnd",
"rest"
],
"license": "MIT",
"main": "index.js",
"name": "ln-service",
"repository": {
"type": "git",
"url": "https://github.com/alexbosworth/ln-service.git"
},
"scripts": {
"start": "node server.js",
"test": "tap test/*.js"
},
"version": "4.0.0"
}