-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.07 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
{
"name": "easy-eth-wallets",
"version": "0.3.0",
"description": "Interact with TomoChain wallets easily",
"main": "dist/index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/pqv199x/easy-eth-wallets.git"
},
"scripts": {
"start": "webpack-dev-server ./src/index.js",
"dist": "webpack",
"release": "webpack && npm publish"
},
"author": "Vu Q. Pham",
"license": "MIT",
"bugs": {
"url": "https://github.com/pqv199x/easy-eth-wallets/issues"
},
"homepage": "https://github.com/pqv199x/easy-eth-wallets",
"keywords": [
"tomochain",
"ethereum",
"javascript",
"wallet",
"vupq",
"software-wallet"
],
"dependencies": {
"@ledgerhq/hw-app-eth": "^4.68.4",
"@ledgerhq/hw-transport-u2f": "^4.68.4",
"ethereumjs-util": "^6.1.0",
"hdkey": "^1.1.1",
"trezor-connect": "^7.0.3"
},
"devDependencies": {
"webpack": "^4.39.2",
"@babel/core": "^7.5.5",
"babel-loader": "^8.0.6",
"ethereumjs-tx": "^1.3.7",
"webpack-cli": "^3.3.7",
"webpack-dev-server": "^3.8.0"
}
}