forked from keepkey/device-client
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.59 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
55
{
"name": "@keepkey/device-client",
"version": "5.8.3",
"description": "A library to communicate with a KeepKey device",
"main": "dist/device-client-manager.js",
"module": "dist/**/*.js",
"typings": "dist/*.d.ts",
"files": [
"dist/**/*",
"misc/*"
],
"scripts": {
"prepublish": "gulp pre-tsc && tsc",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/keepkey/keepkey-device-client.git"
},
"author": "KeepKey, LLC",
"license": "MIT",
"bugs": {
"url": "https://github.com/keepkey/device-client/issues"
},
"homepage": "https://github.com/keepkey/keepkey-device-client#readme",
"devDependencies": {
"@types/bitcore-lib": "keepkey/bitcore-lib-types",
"@types/bytebuffer": "^5.0.33",
"@types/concat-stream": "^1.6.0",
"@types/lodash": "4.14.115",
"@types/node": "^10.5.4",
"device-protocol": "keepkey/device-protocol#v5.7.1",
"gulp": "gulpjs/gulp#6d71a658c61edb3090221579d8f97dbe086ba2ed",
"gulp-bump": "^3.1.1",
"gulp-hjson": "^2.0.3",
"gulp-jsoncombine": "^1.0.3",
"gulp-pbjs": "keepkey/gulp-pbjs",
"gulp-rename": "^1.2.2",
"gulp-replace": "^1.0.0",
"gulp-typescript": "4.0.2",
"proto2typescript": "keepkey/Proto2TypeScript",
"typescript": "^3.0.1"
},
"dependencies": {
"bignumber.js": "^7.2.1",
"bitcore-lib": "keepkey/bitcore-lib",
"bytebuffer": "^5.0.1",
"concat-stream": "^1.6.0",
"events": "^3.0.0",
"lodash": "4.17.10",
"protobufjs": "^5.0",
"replace-ext": "^1.0.0",
"through2": "^2.0.3"
}
}