-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
47 lines (47 loc) · 1.22 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
{
"name": "@onekeyfe/hd-core",
"version": "1.0.14",
"description": "> TODO: description",
"author": "OneKey",
"homepage": "https://github.com/OneKeyHQ/hardware-js-sdk#readme",
"license": "ISC",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/OneKeyHQ/hardware-js-sdk.git"
},
"publishConfig": {
"access": "public"
},
"scripts": {
"dev": "rimraf dist && rollup -c ../../build/rollup.config.js -w",
"build": "rimraf dist && rollup -c ../../build/rollup.config.js",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"test": "jest"
},
"bugs": {
"url": "https://github.com/OneKeyHQ/hardware-js-sdk/issues"
},
"dependencies": {
"@onekeyfe/hd-shared": "^1.0.14",
"@onekeyfe/hd-transport": "^1.0.14",
"axios": "^0.27.2",
"bignumber.js": "^9.0.2",
"bytebuffer": "^5.0.1",
"jszip": "^3.10.1",
"parse-uri": "^1.0.7",
"semver": "^7.3.7"
},
"peerDependencies": {
"@noble/hashes": "^1.1.3",
"ripple-keypairs": "^1.1.4"
},
"devDependencies": {
"@noble/hashes": "^1.1.3",
"@types/parse-uri": "^1.0.0",
"@types/semver": "^7.3.9",
"ripple-keypairs": "^1.1.4"
}
}