-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
53 lines (53 loc) · 1008 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
49
50
51
52
53
{
"name": "hd-address-cli",
"version": "2.3.1",
"description": "HD Wallet CLI tools",
"main": "index.js",
"scripts": {
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gisvr/hd-address-cli.git"
},
"keywords": [
"bitcoin",
"btc",
"ethereum",
"eth",
"trx",
"hd",
"wallet",
"hdwallet",
"hd-wallet",
"ethereum-hdwallet",
"btc-hdwallet",
"trx-hdwallet",
"bip39",
"mnemonic",
"blockchain",
"keystore",
"truffle",
"smart",
"contracts"
],
"author": "txdev",
"license": "MIT",
"bugs": {
"url": "https://github.com/gisvr/hd-address-cli/issues"
},
"bin": {
"hd_cli": "./bin/hd_cli.js",
"hd-cli": "./bin/hd_cli.js"
},
"type": "module",
"homepage": "https://github.com/gisvr/hd-address-cli#readme",
"dependencies": {
"hd-address": "^3.3.1",
"inquirer": "^9.2.11",
"yargs": "^17.7.2"
},
"devDependencies": {
"mocha": "^8.1.1"
}
}