-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
55 lines (55 loc) · 1.49 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
{
"author": {
"name": "Alex Bosworth",
"url": "https://twitter.com/alexbosworth"
},
"bugs": {
"url": "https://github.com/alexbosworth/goldengate/issues"
},
"dependencies": {
"@alexbosworth/node-fetch": "2.6.2",
"@grpc/grpc-js": "1.12.2",
"@grpc/proto-loader": "0.7.13",
"auth-header": "1.0.0",
"async": "3.2.6",
"asyncjs-util": "1.2.12",
"bech32": "2.0.0",
"bip65": "1.0.3",
"bip68": "1.0.4",
"bitcoin-ops": "1.4.1",
"bitcoinjs-lib": "6.1.6",
"bn.js": "5.2.1",
"body-parser": "1.20.3",
"bolt01": "2.0.0",
"cbor": "9.0.2",
"ecpair": "2.1.0",
"express": "4.21.1",
"ln-service": "57.22.0",
"ln-sync": "6.4.0",
"macaroon": "3.0.4",
"p2tr": "2.0.0",
"psbt": "3.0.0",
"pushdata-bitcoin": "1.0.1",
"tiny-secp256k1": "2.2.3",
"varuint-bitcoin": "2.0.0"
},
"description": "Tools for working with hash timelock contract swaps",
"devDependencies": {
"ln-docker-daemons": "6.0.23"
},
"engines": {
"node": ">=18"
},
"license": "MIT",
"main": "index.js",
"name": "goldengate",
"repository": {
"type": "git",
"url": "https://github.com/alexbosworth/goldengate.git"
},
"scripts": {
"integration-tests": "node test/integration",
"test": "npx [email protected] node --experimental-test-coverage --test test/blockstream/*.js test/chain/*.js test/funding/*.js test/grpc/*.js test/lightninglabs/*.js test/script/*.js test/service/*.js test/transactions/*.js"
},
"version": "14.0.9"
}