-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
42 lines (42 loc) · 1.06 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
{
"name": "bitbox02-api",
"version": "0.15.1",
"description": "BitBox02 JavaScript library – To enable communication from the browser to the BitBox02 hardware wallet",
"main": "lib/index.js",
"files": [
"lib/bitbox02-api-go.js",
"lib/bitbox02-api-go.js.map",
"lib/bitbox02.js",
"lib/index.js",
"lib/utils.js"
],
"scripts": {
"test": "jest",
"transpile": "babel src --out-dir lib --copy-files --ignore src/bitbox02-api-go.js"
},
"repository": {
"type": "git",
"url": "git://github.com/digitalbitbox/bitbox02-api-js.git"
},
"keywords": [
"BitBox",
"BitBox02",
"shiftcrypto",
"bitbox-api",
"Bitcoin",
"Ethereum",
"Hardware Wallet"
],
"author": "Shift Crypto",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/digitalbitbox/bitbox02-api-js/issues"
},
"homepage": "https://github.com/digitalbitbox/bitbox02-api-js#readme",
"devDependencies": {
"@babel/cli": "^7.14.8",
"@babel/core": "^7.15.0",
"@babel/preset-env": "^7.15.0",
"jest": "^26.6.3"
}
}