-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
41 lines (41 loc) · 1.12 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
{
"name": "@trustcrypto/onlykey_usb",
"version": "0.1.6",
"description": "Cross platform USB communication transport",
"main": "./main.js",
"engines": {
"node": ">=6.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/trustcrypto/onlykey_usb.git"
},
"keywords": [
"onlykey"
],
"scripts": {
"test": "node ./src/hmacsha1.js",
"install": "prebuild-install || node-gyp rebuild",
"prebuild": "prebuild --all --verbose --include-regex \"HID.*node$\"",
"prebuild-upload": "prebuild --upload-all",
"prebuild-ci": "prebuild-ci",
"gypclean": "node-gyp clean",
"gypconfigure": "node-gyp configure",
"gypbuild": "node-gyp build",
"gyprebuild": "node-gyp rebuild",
"clean": "rimraf build node_modules prebuilds package-lock.json",
"distclean": "npm run clean && rimraf yubikey-personalization"
},
"dependencies": {
"bindings": "^1.5.0",
"nan": "^2.14.0",
"prebuild-install": "^5.3.0"
},
"devDependencies": {
"node-abi": "^2.8.0",
"prebuild": "^8.2.1",
"prebuild-ci": "^2.3.0",
"rimraf": "^2.6.2"
},
"gypfile": true
}