- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
Latest commit
15 lines (15 loc) · 529 Bytes
/
Copy pathpackage.json
File metadata and controls
15 lines (15 loc) · 529 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
"name": "testnet-examples",
"version": "1.0.0",
"private": true,
"type": "module",
"description": "Runnable Bitcoin/Litecoin/Monero testnet code examples (companion to testnethub.com)",
"license": "MIT",
"engines": { "node": ">=18" },
"comment": "Most recipes use built-in fetch/RPC and need no install. Only recipes 00, 08, and 14 (offline key generation, tx building, and OP_RETURN) need these:",
"dependencies": {
"bitcoinjs-lib": "^6.1.5",
"ecpair": "^2.1.0",
"tiny-secp256k1": "^2.2.3"
}
}