-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
49 lines (49 loc) · 1.4 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
{
"name": "javascript-dlc",
"version": "1.0.29-beta",
"description": "Javascript DLC library",
"main": "index.js",
"scripts": {
"test": "echo \"npm test\" && exit 1",
"start": "docker run -p 8080:8080 your-username/your-app-name:your-tag"
},
"author": "Area Layer",
"license": "MIT",
"dependencies": {
"@babel/plugin-transform-class-properties": "^7.25.9",
"@babel/plugin-transform-nullish-coalescing-operator": "^7.25.9",
"@babel/plugin-transform-optional-chaining": "^7.25.9",
"@breeztech/react-native-breez-sdk": "^0.6.4",
"@nostr-dev-kit/ndk": "^2.10.7",
"@synonymdev/react-native-ldk": "^0.0.153",
"bip32": "^4.0.0",
"bip39": "^3.1.0",
"bip66": "^2.0.0",
"bitcoinjs-lib": "^6.1.6",
"bitcoinjs-message": "^2.2.0",
"commander": "^12.1.0",
"glob": "^11.0.0",
"lightningdevkit-node-net": "0.0.12-5.0",
"node-fetch": "^3.0.0",
"rimraf": "^6.0.1",
"secp256k1": "^5.0.1",
"tiny-secp256k1": "^2.0.0",
"wif": "^5.0.0"
},
"publishConfig": {
"registry": "https://registry.npmjs.org",
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AreaLayer/javascript-dlc.git"
},
"network": {
"mainnet": "https://mempool.space/",
"testnet4": "https://mempool.space/testnet4",
"signet": "https://mempool.space/signet"
},
"devDependencies": {
"react-native": "^0.76.3"
}
}