-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
35 lines (35 loc) · 1014 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
{
"name": "hd-wallet-js",
"version": "0.0.10",
"main": "distribution/index.js",
"repository": "https://github.com/parth-choudhary/hd-wallet-js",
"author": "sonirajesh <[email protected]>",
"license": "MIT",
"scripts": {
"prebuild": "rimraf distribution/",
"build": "babel src -d distribution/",
"prepublish": "npm run build"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-eslint": "^9.0.0",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-env": "^1.7.0",
"eslint": "^5.6.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-jsx-a11y": "^6.1.1",
"eslint-plugin-react": "^7.11.1"
},
"dependencies": {
"axios": "^0.18.0",
"bip32": "^1.0.2",
"bip39": "^2.5.0",
"bitcoinjs-lib": "^4.0.2",
"coinselect": "^3.1.11",
"lodash": "^4.17.11",
"moment": "^2.22.2",
"typeforce": "^1.12.0"
}
}