-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
40 lines (40 loc) · 997 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
{
"name": "show-key",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"docs": "./node_modules/.bin/jsdoc -c jsdoc.json"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pqv199x/show-key.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/pqv199x/show-key.git/issues"
},
"homepage": "https://github.com/pqv199x/show-key.git#readme",
"dependencies": {
"@solana/web3.js": "^1.9.0",
"bip32": "^2.0.6",
"bip39": "^3.0.2",
"bitcoinjs-lib": "^5.1.10",
"bs58": "^4.0.1",
"commander": "^5.1.0",
"ed25519-hd-key": "^1.2.0",
"elliptic": "^6.5.3",
"ethereum-public-key-to-address": "0.0.2",
"ethers": "^5.0.2",
"hdkey": "^2.0.1",
"immutable-tuple": "^0.4.10",
"inquirer": "^7.2.0",
"tronweb": "^3.2.6",
"tweetnacl": "^1.0.3"
},
"devDependencies": {
"jsdoc": "^3.6.4"
}
}