forked from obsidiansystems/hw-app-ckb
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.3 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": "hw-app-ckb",
"version": "0.1.2",
"description": "Ledger Hardware Wallet Nervos CKB API",
"keywords": [
"Ledger",
"LedgerWallet",
"ckb",
"NanoS",
"Blue",
"Hardware Wallet"
],
"repository": {
"type": "git",
"url": "https://github.com/obsidiansystems/hw-app-ckb"
},
"bugs": {
"url": "https://github.com/obsidiansystems/hw-app-ckb/issues"
},
"homepage": "https://github.com/LedgerHQ/ledgerjs",
"publishConfig": {
"access": "public"
},
"files": ["lib"],
"main": "lib/Ckb.js",
"module": "lib-es/Ckb.js",
"license": "Apache-2.0",
"dependencies": {
"@ledgerhq/hw-transport": "^5.9.0",
"bech32": "2.0.0",
"bip32-path": "0.4.2",
"blake2b-wasm": "2.1.0"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-eslint": "^8.0.2",
"babel-preset-env": "^1.7.0",
"babel-preset-flow": "^6.23.0",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"flow-bin": "^0.118.0",
"flow-copy-source": "^2.0.8",
"flow-typed": "^2.6.1"
},
"scripts": {
"flow": "flow",
"clean": "bash script/clean.sh",
"build": "bash script/build.sh",
"prepare": "bash script/build.sh",
"watch": "bash script/watch.sh",
"doc": "bash script/doc.sh",
"prepack": "bash script/build.sh"
}
}