-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
48 lines (48 loc) · 950 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
38
39
40
41
42
43
44
45
46
47
48
{
"name": "hd-address",
"version": "3.2.8",
"description": "HD wallet address generation utility",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"keywords": [
"HD",
"wallet",
"hdwallet",
"hd wallet",
"hd-wallet",
"hd_wallet",
"bitcoin",
"BTC",
"ETH",
"TRX",
"bip32",
"bip39",
"bip44",
"mnemonic",
"chainCode",
"chain",
"blockchain",
"Enterprise",
"private key"
],
"author": "txdev",
"repository": "git@github.com:gisvr/hd-address",
"homepage": "https://github.com/gisvr/hd-address",
"license": "Apache-2.0 License",
"dependencies": {
"base-x": "^3.0.8",
"bip32": "^4.0.0",
"bip39": "^3.1.0",
"coininfo": "^5.2.1",
"coinkey": "^3.0.0",
"coinstring": "^2.3.0",
"ethereumjs-util": "^7.1.5",
"tiny-secp256k1": "^2.2.3"
},
"devDependencies": {
"hd-address-verify": "^1.0.2",
"mocha": "^10.2.0"
}
}