forked from rahulthakkar796/tron-wallet-hd
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.27 KB
/
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
54
{
"name": "tron-wallet-hd",
"version": "2.0.1",
"description": "Tron HD wallet to generate offline private keys, mnemonic seeds and addresses.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Rahul Buddhdev",
"license": "ISC",
"dependencies": {
"@tronscan/client": "^0.2.48",
"aes-js": "^3.1.2",
"bcrypt": "^4.0.1",
"bip32": "^1.0.2",
"bip39": "^2.5.0",
"bitcore-lib": "8.1.1",
"bitcore-mnemonic": "8.1.1",
"core-js": "^3.4.3",
"crypto": "^1.0.1",
"crypto-js": "^4.0.0",
"elliptic": "6.4.1",
"ethereumjs-util": "^7.0.4",
"pbkdf2": "^3.0.17",
"rlp": "2.2.3",
"scrypt-async": "2.0.1",
"tronweb": "^2.10.2",
"tweetnacl": "1.0.1",
"tweetnacl-util": "0.15.0"
},
"repository": {
"type": "git",
"url": "https://github.com/rahulthakkar796/tron-wallet-hd"
},
"keywords": [
"blockchain",
"tron",
"smartcontract",
"hd wallet",
"wallet",
"tron hd wallet",
"tron wallet hd",
"tron hd",
"solidity",
"trx wallet",
"trx hd wallet",
"trx wallet hd",
"tron keystore",
"trx keystore",
"keystore",
"smart contract"
],
"homepage": "https://github.com/rahulthakkar796/tron-wallet-hd"
}