-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.18 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
{
"name": "deriving",
"version": "1.0.0",
"description": "Derives addresses and private keys from mnemonic phrase for Bitcoin and other altcoins",
"source": "src/index.html",
"scripts": {
"start": "parcel",
"build": "parcel build",
"build:analyze": "parcel build --reporter @parcel/reporter-bundle-analyzer"
},
"repository": {
"type": "git",
"url": "git+https://github.com/daflh/deriving.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/daflh/deriving/issues"
},
"homepage": "https://github.com/daflh/deriving#readme",
"dependencies": {
"alpinejs": "^3.7.1",
"base-x": "^3.0.9",
"base32.js": "^0.1.0",
"bchaddrjs": "^0.5.2",
"bech32": "^2.0.0",
"bip32": "^2.0.6",
"bip39": "^3.0.4",
"bitcoinjs-lib": "^6.0.1",
"blakejs": "^1.2.1",
"crc": "^4.1.0",
"create-hash": "^1.2.0",
"ed25519-hd-key": "^1.2.0",
"js-sha3": "^0.8.0",
"normalize.css": "^8.0.1",
"secp256k1": "^4.0.3",
"tweetnacl": "^1.0.3"
},
"devDependencies": {
"@parcel/reporter-bundle-analyzer": "^2.1.1",
"@parcel/transformer-sass": "^2.6.1",
"parcel": "^2.1.1"
}
}