-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 742 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 742 Bytes
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
{
"name": "utxo-management",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"merge": "npx tsx UTXO_merge",
"send": "npx tsx UTXO_send",
"split": "npx tsx UTXO_split"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@bitcoinerlab/secp256k1": "^1.1.1",
"@ordjs/runestone": "^1.6.0",
"axios": "^1.6.5",
"bip32": "^4.0.0",
"bip39": "^3.1.0",
"bitcoinjs-lib": "^6.1.5",
"cbor": "^9.0.2",
"dotenv": "^16.3.2",
"ecpair": "^2.1.0",
"runelib": "^1.0.6",
"runestone-js": "^0.3.0",
"tiny-secp256k1": "^2.2.3"
},
"devDependencies": {
"@types/node": "^20.11.5",
"ts-node": "^10.9.2",
"typescript": "^5.3.3"
}
}