|
2 | 2 | "name": "spearmint", |
3 | 3 | "version": "0.6.0", |
4 | 4 | "description": "An open-source developer tool that simplifies testing and hopes to help increase awareness about web accessibility.", |
5 | | - "author": "spearmintjs", |
| 5 | + "author": "team spearmint <germanbluemax@gmail.com>", |
6 | 6 | "build": { |
7 | 7 | "appId": "com.spearmint", |
8 | 8 | "files": [ |
|
12 | 12 | ], |
13 | 13 | "directories": { |
14 | 14 | "buildResources": "build" |
15 | | - } |
| 15 | + }, |
| 16 | + "linux": { |
| 17 | + "target": [ |
| 18 | + "deb" |
| 19 | + ], |
| 20 | + "maintainer": "team spearmint" |
| 21 | + } |
16 | 22 | }, |
17 | 23 | "main": "public/electron.js", |
18 | 24 | "homepage": "./", |
|
28 | 34 | "concurrently": "^4.1.2", |
29 | 35 | "cross-env": "^5.2.1", |
30 | 36 | "dotenv": "^8.2.0", |
31 | | - "electron": "^12.0.5", |
32 | 37 | "electron-is-dev": "^1.1.0", |
33 | 38 | "fibers": "^5.0.0", |
34 | 39 | "js-beautify": "^1.10.0", |
|
57 | 62 | "react-eject": "react-scripts eject", |
58 | 63 | "build": "NODE_ENV=production react-app-rewired build && npm run electron-build", |
59 | 64 | "react-build": "NODE_ENV=production react-scripts build", |
60 | | - "electron-build": "NODE_ENV=production electron-builder -mwl", |
| 65 | + "electron-build": "NODE_ENV=production electron-builder -l", |
61 | 66 | "electron-rebuild": "electron-rebuild -f -w node-pty", |
62 | 67 | "release": "npm run react-build && electron-builder --publish=always", |
63 | 68 | "start-windows": "cross-env NODE_ENV=development concurrently \"cross-env BROWSER=none react-app-rewired start\" \"wait-on http://localhost:3000 && electron .\"", |
|
85 | 90 | "@typescript-eslint/parser": "^2.33.0", |
86 | 91 | "chai": "^4.3.4", |
87 | 92 | "chai-as-promised": "^7.1.1", |
| 93 | + "electron": "^12.0.5", |
88 | 94 | "electron-builder": "^22.6.1", |
89 | 95 | "electron-devtools-installer": "^3.0.0", |
90 | 96 | "electron-rebuild": "^2.3.5", |
|
0 commit comments