forked from bitcoinjs/bip44-constants
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 791 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
{
"name": "bip44-constants",
"version": "8.0.82",
"description": "Bitcoin BIP44 constants.",
"files": [
"index.js"
],
"main": "index.js",
"scripts": {
"lint": "standard",
"test": "npm run lint",
"update": "node update.js > index.js"
},
"repository": {
"type": "git",
"url": "https://github.com/bitcoinjs/bip44-constants.git"
},
"keywords": [
"bip44",
"bitcoin",
"litecoin",
"dogecoin",
"blackcoin",
"trezor"
],
"author": "JP Richardson",
"license": "MIT",
"bugs": {
"url": "https://github.com/bitcoinjs/bip44-constants/issues"
},
"homepage": "https://github.com/bitcoinjs/bip44-constants#readme",
"devDependencies": {
"cheerio": "^0.19.0",
"node-fetch": "^2.6.1",
"standard": "14.3.3"
}
}