-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
34 lines (34 loc) · 901 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
{
"name": "@rsksmart/btc-rsk-derivation",
"version": "0.0.2",
"description": "Tool can be used to derive a BTC private key from an RSK private key and address, and vice versa.",
"keywords": [
"btc",
"bitcoin",
"rsk",
"address",
"crypto"
],
"main": "src/main.js",
"license": "MIT",
"author": "IOV Studio LLP",
"bugs": {
"url": "https://github.com/rsksmart/btc-rsk-derivation/issues"
},
"homepage": "https://github.com/rsksmart/btc-rsk-derivation/#readme",
"scripts": {
"test": "mocha test/*"
},
"dependencies": {
"bitcoinjs-lib": "5.1.10",
"bs58": "4.0.1",
"convert-hex": "0.1.0",
"ethereumjs-wallet": "1.0.0",
"js-sha256": "0.9.0"
},
"devDependencies": {
"chai": "^4.2.0",
"lint": "^0.7.0",
"mocha": "^8.1.1"
}
}