-
Notifications
You must be signed in to change notification settings - Fork 61
/
package.json
77 lines (77 loc) · 2.82 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
{
"author": {
"name": "Alex Bosworth",
"url": "https://twitter.com/alexbosworth"
},
"bugs": {
"url": "https://github.com/alexbosworth/ln-service/issues"
},
"dependencies": {
"bolt07": "1.9.4",
"invoices": "3.0.0",
"lightning": "10.22.3",
"macaroon": "3.0.4"
},
"description": "Interaction helper for your Lightning Network daemon",
"devDependencies": {
"@alexbosworth/blockchain": "2.0.0",
"@alexbosworth/node-fetch": "2.6.2",
"async": "3.2.6",
"asyncjs-util": "1.2.12",
"bip32": "4.0.0",
"bip66": "2.0.0",
"bitcoinjs-lib": "6.1.7",
"bn.js": "5.2.1",
"bs58check": "4.0.0",
"ecpair": "2.1.0",
"ln-docker-daemons": "6.0.23",
"p2tr": "2.0.0",
"portfinder": "1.0.32",
"psbt": "3.0.0",
"rimraf": "6.0.1",
"tiny-secp256k1": "2.2.3",
"uuid": "11.0.3",
"varuint-bitcoin": "2.0.0"
},
"engines": {
"node": ">=18"
},
"keywords": [
"bitcoin",
"grpc",
"lightning",
"lightning-network",
"lnd"
],
"license": "MIT",
"main": "index.js",
"name": "ln-service",
"repository": {
"type": "git",
"url": "https://github.com/alexbosworth/ln-service.git"
},
"scripts": {
"integration-test-0.18.2": "DOCKER_LND_VERSION=v0.18.2-beta npm run test",
"integration-test-0.18.1": "DOCKER_LND_VERSION=v0.18.1-beta npm run test",
"integration-test-0.18.0": "DOCKER_LND_VERSION=v0.18.0-beta npm run test",
"integration-test-0.17.5": "DOCKER_LND_VERSION=v0.17.5-beta npm run test",
"integration-test-0.17.4": "DOCKER_LND_VERSION=v0.17.4-beta npm run test",
"integration-test-0.17.3": "DOCKER_LND_VERSION=v0.17.3-beta npm run test",
"integration-test-0.17.2": "DOCKER_LND_VERSION=v0.17.2-beta npm run test",
"integration-test-0.17.1": "DOCKER_LND_VERSION=v0.17.1-beta npm run test",
"integration-test-0.17.0": "DOCKER_LND_VERSION=v0.17.0-beta npm run test",
"integration-test-0.16.4": "DOCKER_LND_VERSION=v0.16.4-beta npm run test",
"integration-test-0.16.3": "DOCKER_LND_VERSION=v0.16.3-beta npm run test",
"integration-test-0.16.2": "DOCKER_LND_VERSION=v0.16.2-beta npm run test",
"integration-test-0.16.1": "DOCKER_LND_VERSION=v0.16.1-beta npm run test",
"integration-test-0.16.0": "DOCKER_LND_VERSION=v0.16.0-beta npm run test",
"integration-test-0.15.5": "DOCKER_LND_VERSION=v0.15.5-beta npm run test",
"integration-test-0.15.4": "DOCKER_LND_VERSION=v0.15.4-beta npm run test",
"integration-test-0.15.3": "DOCKER_LND_VERSION=v0.15.3-beta npm run test",
"integration-test-0.15.2": "DOCKER_LND_VERSION=v0.15.2-beta npm run test",
"integration-test-0.14.5": "DOCKER_LND_VERSION=v0.14.5-beta npm run test",
"integration-test-0.14.4": "DOCKER_LND_VERSION=v0.14.4-beta npm run test",
"test": "echo $DOCKER_LND_VERSION && node test/runner"
},
"version": "57.22.3"
}