|
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", |
6 | 6 | "build": { |
7 | 7 | "appId": "com.spearmint", |
8 | 8 | "files": [ |
|
12 | 12 | ], |
13 | 13 | "directories": { |
14 | 14 | "buildResources": "build" |
| 15 | + }, |
| 16 | + "linux": { |
| 17 | + "target": [ |
| 18 | + "deb" |
| 19 | + ], |
| 20 | + "maintainer": "Team Spearmint" |
15 | 21 | } |
16 | 22 | }, |
17 | 23 | "main": "public/electron.js", |
| 24 | + "bugs": { |
| 25 | + "url": "https://github.com/oslabs-beta/spearmint_LA42/issues", |
| 26 | + }, |
18 | 27 | "homepage": "./", |
19 | 28 | "private": true, |
20 | 29 | "dependencies": { |
|
28 | 37 | "concurrently": "^4.1.2", |
29 | 38 | "cross-env": "^5.2.1", |
30 | 39 | "dotenv": "^8.2.0", |
31 | | - "electron": "^12.0.5", |
32 | 40 | "electron-is-dev": "^1.1.0", |
33 | 41 | "fibers": "^5.0.0", |
34 | 42 | "js-beautify": "^1.10.0", |
|
60 | 68 | "react-build": "NODE_ENV=production react-scripts build", |
61 | 69 | "electron-build": "NODE_ENV=production electron-builder -mwl", |
62 | 70 | "electron-rebuild": "electron-rebuild -f -w node-pty", |
| 71 | + "postinstall": "electron-builder install-app-deps", |
63 | 72 | "release": "npm run react-build && electron-builder --publish=always", |
64 | 73 | "start-windows": "cross-env NODE_ENV=development concurrently \"cross-env BROWSER=none react-app-rewired start\" \"wait-on http://localhost:3000 && electron .\"", |
65 | 74 | "start": "NODE_ENV=development concurrently \"cross-env BROWSER=none react-app-rewired start\" \"wait-on http://localhost:3000 && electron .\"" |
|
86 | 95 | "@typescript-eslint/parser": "^2.33.0", |
87 | 96 | "chai": "^4.3.4", |
88 | 97 | "chai-as-promised": "^7.1.1", |
| 98 | + "electron": "^12.0.5", |
89 | 99 | "electron-builder": "^22.6.1", |
90 | 100 | "electron-devtools-installer": "^3.0.0", |
91 | 101 | "electron-rebuild": "^2.3.5", |
|
0 commit comments