-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.63 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
{
"name": "hardware-wallet-js",
"version": "1.0.0",
"description": "[![Build Status](https://travis-ci.com/skycoin/hardware-wallet-js.svg?branch=master)](https://travis-ci.com/skycoin/hardware-wallet-js)",
"scripts": {
"start": "node main.js",
"lint": "./node_modules/.bin/eslint ./*.js test/*.js",
"format": "./node_modules/.bin/eslint --fix ./*.js test/*.js",
"make-device-detection": "./node_modules/.bin/babel ./device-detection/*.js ./device-detection/hw-transport/*.js -d device-detection-lib/",
"make-protobuf-files": "make -C protob build-js",
"test": "ls -1 ./test | xargs -I FILE ./node_modules/.bin/serial-mocha ./test/FILE"
},
"repository": {
"type": "git",
"url": "git+https://github.com/skycoin/hardware-wallet-js.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/skycoin/hardware-wallet-js/issues"
},
"homepage": "https://github.com/skycoin/hardware-wallet-js#readme",
"dependencies": {
"babel-polyfill": "^6.26.0",
"chai": "^4.2.0",
"chai-as-promised": "^7.1.1",
"dgram": "^1.0.1",
"mocha": "^6.0.2",
"node-hid": "^0.7.3",
"protobufjs": "^6.8.8",
"randombytes": "^2.1.0",
"scanf": "^1.0.2",
"serial-mocha": "0.0.4",
"usb": "^1.3.3"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-plugin-add-module-exports": "^1.0.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.7.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-flow": "^6.23.0",
"babel-preset-stage-0": "^6.24.1",
"eslint": "^5.15.1",
"js-sha256": "^0.9.0",
"node-test": "^1.2.4"
}
}