-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
51 lines (51 loc) · 1.22 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
51
{
"name": "ringtooljs",
"version": "1.0.9",
"description": "Tool for the Lightning Network and Node Management",
"license": "MIT",
"main": "index.js",
"author": {
"name": "Ziggie",
"email": "ziggie1984@protonmail.com"
},
"repository": {
"type": "git",
"url": "https://github.com/lncapital/ringtool.git"
},
"bin": {
"ringtooljs": "./ringtooljs"
},
"bugs": {
"url": "https://github.com/lncapital/ringtool/issues"
},
"dependencies": {
"asyncjs-util": "^1.2.7",
"@alexbosworth/caporal": "1.4.0",
"import-lazy": "^4.0.0",
"ini": "^2.0.0",
"ln-service": "^52.1.0",
"path": "^0.12.7",
"posix": "^4.2.0",
"table": "6.7.5",
"update-notifier": "^5.1.0",
"yargs": "^17.3.0"
},
"overrides": {
"caporal@1.4.0": {
"cli-table3@0.5.1": {
"colors@1.4.2": "1.4.0"
},
"prettyjson@1.2.1": {
"colors@1.4.2": "1.4.0"
}
}
},
"keywords": [
"lightning",
"lightning-network",
"lnd",
"rebalance",
"RingOfFire"
],
"test": "echo \"No test specified\""
}