-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
40 lines (40 loc) · 1.02 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
{
"name": "tallyview",
"productName": "TallyView",
"version": "1.2.0",
"description": "View TSL UMD Tallies, V3.1, V4, V5",
"main": "jsout/main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "tsc && electron .",
"pack": "electron-builder --dir",
"dist": "electron-builder",
"publish": "tsc && electron-builder",
"build": "tsc",
"outdated": "yarn upgrade-interactive"
},
"author": {
"name": "Roddy Pratt",
"email": "[email protected]"
},
"license": "MIT",
"devDependencies": {
"@yarnpkg/pnpify": "^4.0.1",
"@yarnpkg/sdks": "^3.1.0",
"electron": "^29.1.3",
"electron-builder": "^24.13.3",
"typescript": "^5.4.2"
},
"build": {
"appId": "com.electron.tallyview",
"mac": {},
"copyright": "Copyright © 2019-2024 Rascular Technology"
},
"dependencies": {
"@popperjs/core": "^2.11.8",
"@types/jquery": "^3.5.29",
"bootstrap": "^5.3.3",
"electron-json-storage": "^4.6.0",
"jquery": "^3.7.1"
}
}