-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
50 lines (50 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
{
"author": {
"name": "Neski",
"url": "https://twitter.com/itsneski"
},
"bin": {
"jet": "./jet"
},
"bugs": {
"url": "https://github.com/itsneski/lightning-jet/issues"
},
"dependencies": {
"@grpc/grpc-js": "^1.6.8",
"@grpc/proto-loader": "^0.7.0",
"balanceofsatoshis": "^12.16.1",
"caporal": "^1.4.0",
"date-and-time": "^2.0.1",
"deasync": "0.1.28",
"find-process": "^1.4.5",
"import-lazy": "^4.0.0",
"node-telegram-bot-api": "^0.54.0",
"run-parallel": "1.2.0",
"sqlite3": "^5.1.2",
"winston": "^3.10.0"
},
"description": "Lightning Jet is a fully automated rebalancer for Lightning nodes. Jet optimizes channel liquidity allocation based on routing volume, missed routing opportunities (htlcs), and other variables.",
"engines": {
"node": ">=12"
},
"keywords": [
"lightning",
"lightning network",
"lnd",
"rebalance",
"circular rebalance",
"rebalancer",
"automated rebalancer"
],
"license": "MIT",
"main": "jet",
"name": "lightning-jet",
"repository": {
"type": "git",
"url": "https://github.com/itsneski/lightning-jet.git"
},
"scripts": {
"postinstall": "./tools/genconfig"
},
"version": "1.6.0"
}