-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
40 lines (40 loc) · 1012 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
{
"name": "hw-app-kaspa",
"version": "1.2.1",
"description": "",
"main": "lib/index.js",
"module": "lib-es/index.js",
"types": "lib/index.d.ts",
"scripts": {
"build": "tsc && tsc -m ES6 --outDir lib-es",
"watch": "tsc --watch",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/coderofstuff/hw-app-kaspa.git"
},
"keywords": [
"Ledger"
],
"author": "coderofstuff",
"license": "ISC",
"bugs": {
"url": "https://github.com/coderofstuff/hw-app-kaspa/issues"
},
"homepage": "https://github.com/coderofstuff/hw-app-kaspa#readme",
"dependencies": {
"@ledgerhq/errors": "^6.16.3",
"@ledgerhq/hw-transport": "^6.30.5",
"bip32-path": "^0.4.2"
},
"devDependencies": {
"@ledgerhq/hw-transport-mocker": "^6.28.5",
"@ledgerhq/hw-transport-node-speculos": "^6.28.5",
"@types/jest": "^29.5.12",
"@types/node": "^20.11.30",
"jest": "^29.7.0",
"ts-jest": "^29.1.2",
"ts-node": "^10.9.2"
}
}