|
1 | 1 | { |
2 | 2 | "name": "OnlyKey", |
3 | 3 | "productName": "OnlyKey App", |
4 | | - "version": "5.3.6", |
5 | | - "version_name": "5.3.6", |
| 4 | + "version": "5.5.0", |
| 5 | + "version_name": "5.5.0", |
6 | 6 | "description": "Setup and configure OnlyKey", |
7 | 7 | "main": "app.js", |
8 | 8 | "scripts": { |
9 | 9 | "build": "./node_modules/.bin/gulp build", |
| 10 | + "build_win": ".\\node_modules\\.bin\\gulp build", |
10 | 11 | "prerelease": "rm -rf ./node_modules/* && npm install --production && rm -rf ./release_node_modules && mkdir release_node_modules && cd release_node_modules && mkdir node_modules && cd .. && cp -R ./node_modules/* ./release_node_modules/node_modules && npm install && npm run build -- --env=production", |
| 12 | + "prerelease_win": "rm -rf ./node_modules/* && npm install --production && rm -rf ./release_node_modules && mkdir release_node_modules && cd release_node_modules && mkdir node_modules && cd .. && cp -R ./node_modules/* ./release_node_modules/node_modules && npm install && npm run build_win -- --env=production", |
11 | 13 | "release": "./node_modules/.bin/gulp release --env=production", |
| 14 | + "release_win": ".\\node_modules\\.bin\\gulp release --env=production", |
12 | 15 | "start": "node ./tasks/start", |
13 | 16 | "pretest": "npm run-script build", |
14 | 17 | "test": "mocha", |
| 18 | + "testgulp": ".\\node_modules\\.bin\\gulp -v", |
15 | 19 | "prechrome": "./node_modules/.bin/gulp build --env=chrome", |
16 | 20 | "chrome": "echo 'Please run something like:'; echo \"chrome --load-and-launch-app=$(pwd)/build\"" |
17 | 21 | }, |
18 | 22 | "dependencies": { |
19 | 23 | "auto-launch": "^5.0.5", |
20 | 24 | "js-sha256": "^0.9.0", |
21 | | - "nw": "^0.55.0", |
22 | | - "nw-autoupdater": "^1.1.8", |
23 | | - "request": "^2.88.0", |
24 | | - "sshpk": "^1.16.1" |
| 25 | + "nw": "^0.71.1", |
| 26 | + "nw-autoupdater": "^1.1.11", |
| 27 | + "request": "^2.88.2", |
| 28 | + "sshpk": "^1.17.0" |
25 | 29 | }, |
26 | 30 | "devDependencies": { |
27 | | - "chai": "^4.2.0", |
| 31 | + "chai": "^4.3.7", |
28 | 32 | "chai-as-promised": "^7.1.1", |
29 | | - "eslint": "^6.4.0", |
30 | | - "fs-jetpack": "^4.1.0", |
| 33 | + "eslint": "^8.33.0", |
| 34 | + "fs-jetpack": "^5.1.0", |
31 | 35 | "gulp": "^4.0.2", |
32 | | - "gulp-sourcemaps": "^2.6.4", |
33 | | - "json": "^10.0.0", |
34 | | - "mocha": "^8.2.0", |
| 36 | + "gulp-sourcemaps": "^3.0.0", |
| 37 | + "json": "^11.0.0", |
| 38 | + "mocha": "^10.2.0", |
35 | 39 | "nw-dev": "^3.0.1", |
36 | 40 | "q": "^1.5.1", |
37 | | - "selenium-webdriver": "^3.6.0", |
38 | | - "tree-kill": "^1.2.1", |
39 | | - "yargs": "^16.1.0" |
| 41 | + "selenium-webdriver": "^4.8.0", |
| 42 | + "tree-kill": "^1.2.2", |
| 43 | + "yargs": "^17.6.2" |
40 | 44 | }, |
41 | 45 | "optionalDependencies": { |
42 | | - "appdmg": "^0.6.0" |
| 46 | + "appdmg": "^0.6.4" |
43 | 47 | }, |
44 | 48 | "repository": { |
45 | 49 | "type": "git", |
|
57 | 61 | "author": "CryptoTrust <admin@crp.to>", |
58 | 62 | "license": "Apache-2.0", |
59 | 63 | "bugs": { |
60 | | - "url": "https://github.com/trustcrypto/OnlyKey-App/issues" |
| 64 | + "url": "https://onlykey.discourse.group/" |
61 | 65 | }, |
62 | 66 | "homepage": "https://github.com/trustcrypto/OnlyKey-App#readme", |
63 | 67 | "window": { |
|
0 commit comments