-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.04 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
{
"name": "crosslightning-intermediary",
"version": "10.3.11",
"description": "Main functionality implementation for intermediary node, easily extensible to any chain",
"main": "./dist/index.js",
"types:": "./dist/index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"files": [
"/dist",
"/src"
],
"keywords": [
"Solana",
"Bitcoin",
"Cross-chain",
"Cryptocurrency",
"Bridge",
"Trustless"
],
"author": "adambor",
"license": "ISC",
"dependencies": {
"@atomiqlabs/bolt11": "1.5.1",
"@bitcoinerlab/secp256k1": "1.0.5",
"bitcoinjs-lib": "6.1.5",
"bn.js": "5.2.1",
"crosslightning-base": "7.2.0",
"crosslightning-server-base": "1.0.3",
"express": "4.18.2",
"lightning": "10.2.1",
"ln-service": "57.2.0",
"one-dollar-fee-estimator-failover": "0.1.1",
"promise-queue-ts": "0.0.1"
},
"devDependencies": {
"@types/bn.js": "5.1.5",
"@types/express": "4.17.21",
"@types/node": "18.15.11",
"typescript": "4.9.5"
}
}