-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 913 Bytes
/
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
{
"name": "btc-demo",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "mocha --timeout 10000 --reporter mochawesome"
},
"repository": {
"type": "git",
"url": "git+https://github.com/codeoneline/btc-demo.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/codeoneline/btc-demo/issues"
},
"homepage": "https://github.com/codeoneline/btc-demo#readme",
"devDependencies": {
"@types/expect": "^24.3.0",
"@types/mocha": "^10.0.0",
"mocha": "^10.0.0",
"ts-mocha": "^10.0.0",
"ts-node": "^10.9.1",
"typescript": "^4.8.4"
},
"dependencies": {
"bip32": "^3.1.0",
"bitcoin-core": "^4.1.0",
"bitcoinjs-lib": "^6.0.1",
"bitcoinjs-lib5": "npm:[email protected]",
"crypto": "^1.0.1",
"ecpair": "^2.1.0",
"regtest-client": "^0.2.0",
"tiny-secp256k1": "^2.2.1"
}
}