-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
53 lines (53 loc) · 1.97 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
{
"name": "@bananocoin/bananojs-hw",
"version": "1.5.15",
"module": "index.js",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/bananocoin/bananojs-hw.git"
},
"scripts": {
"browserify": "npm run browserify-BananoHwApp && npm run webpack-TransportWebUSB && npm run webpack-TransportWebHID && npm run browserify-bip39",
"browserify-bip39": "browserify browserify/bip39.js -o dist/bip39.js",
"browserify-BananoHwApp": "browserify browserify/BananoHwApp.js -o dist/BananoHwApp.js",
"webpack-TransportWebUSB": "webpack --config webpack-WebUSB.config.js",
"webpack-TransportWebHID": "webpack --config webpack-WebHID.config.js",
"eslint": "eslint --fix '**/*.js'",
"npm-check-updates": "npm-check-updates --target minor -u",
"npm-check-outdated": "npm outdated",
"preflight": "npm update && npm run npm-check-updates && npm run npm-check-outdated && npm i && npm audit fix && npm run browserify && npm run eslint && npm run prettier && npm run npm-check-outdated && echo 'preflight passed'",
"prettier": "prettier \"**/**.{ts,json,css,scss,html}\" --write",
"start": "node main.js"
},
"keywords": [],
"author": "",
"license": "MIT",
"dependencies": {
"@bananocoin/bananojs": "^2.10.8",
"@ledgerhq/hw-transport-node-hid": "^6.28.6",
"hw-app-nano": "^1.3.0"
},
"devDependencies": {
"@ledgerhq/hw-transport-webusb": "^6.28.6",
"bip39": "^3.1.0",
"browserify": "^17.0.0",
"chai": "^4.4.1",
"eslint": "^8.57.0",
"eslint-config-google": "^0.14.0",
"mocha": "^10.4.0",
"npm-check-updates": "^16.14.20",
"nyc": "^15.1.0",
"prettier": "^3.2.5",
"webpack": "^5.91.0",
"webpack-cli": "^5.1.4"
},
"description": "JavaScript utilities for the banano cryptocurrency.",
"bugs": {
"url": "https://github.com/bananocoin/bananojs-hw/issues"
},
"homepage": "https://github.com/bananocoin/bananojs-hw#readme",
"directories": {
"test": "test"
}
}