forked from obsidiansystems/hw-app-ckb
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 902 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
38
39
40
41
42
{
"name": "@linkdesu/hw-app-ckb",
"version": "0.2.0",
"description": "Ledger Hardware Wallet Nervos CKB API",
"keywords": [
"Ledger",
"LedgerWallet",
"ckb",
"NanoS",
"Blue",
"Hardware Wallet"
],
"repository": {
"type": "git",
"url": "https://github.com/linkdesu/hw-app-ckb"
},
"bugs": {
"url": "https://github.com/linkdesu/hw-app-ckb/issues"
},
"homepage": "https://github.com/LedgerHQ/ledgerjs",
"files": [
"dist"
],
"module": "dist/index.js",
"types": "dist/index.d.ts",
"license": "Apache-2.0",
"scripts": {
"build": "rm -rf dist/ && tsc"
},
"dependencies": {
"@ledgerhq/hw-transport": "^6.31.3",
"bech32": "2.0.0",
"bip32-path": "0.4.2",
"blake2b-wasm": "2.1.0"
},
"devDependencies": {
"@types/node": "^20",
"eslint": "^8",
"eslint-config-next": "14.2.13",
"typescript": "^5"
}
}