forked from yerofey/cryptowallet-cli
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
80 lines (80 loc) · 1.51 KB
/
package.json
File metadata and controls
80 lines (80 loc) · 1.51 KB
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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
{
"name": "@yerofey/cryptowallet-cli",
"version": "1.6.1",
"homepage": "https://github.com/yerofey/cryptowallet-cli",
"author": "Yerofey S. <pm@yerofey.dev> (https://github.com/yerofey)",
"bin": {
"cryptowallet": "cli.js",
"cw": "cli.js"
},
"engines": {
"node": ">=6"
},
"scripts": {
"test": "ava"
},
"files": [
"cli.js",
"./src/"
],
"keywords": [
"cli",
"cli-app",
"console",
"command-line",
"terminal",
"generator",
"crypto",
"cryptocurrency",
"wallet",
"mnemonic",
"cryptowallet",
"bitcoin",
"btc",
"ethereum",
"eth",
"erc20",
"binance",
"binance-coin",
"binance-smart-chain",
"bsc",
"bnb",
"litecoin",
"ltc",
"bitcoin-cash",
"bch",
"polygon",
"dogecoin",
"doge",
"tron",
"trx",
"metamask",
"trust-wallet",
"tronlink",
"bip39",
"bip84"
],
"license": "MIT",
"dependencies": {
"@binance-chain/javascript-sdk": "^4.1.1",
"@harmony-js/account": "^0.1.57",
"@yerofey/dogecoin-bip84": "^0.0.5",
"@yerofey/litecoin-bip84": "^0.0.5",
"bip39": "3.0.4",
"bip84": "0.2.6",
"chalk": "4.1.2",
"coininfo": "5.1.0",
"coinkey": "3.0.0",
"columnify": "1.5.4",
"commander": "8.1.0",
"csv-writer": "^1.6.0",
"eth-lib": "0.1.29",
"ethereum-bip84": "0.0.3",
"ethereum-mnemonic-privatekey-utils": "1.0.5",
"tezos-sign": "1.4.1",
"tronweb": "4.0.0"
},
"devDependencies": {
"ava": "^3.15.0"
}
}