-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.26 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.26 KB
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
{
"name": "electron-template",
"version": "0.1.0",
"description": "Template for Electron based Applications",
"main": "./main/dist/index.js",
"scripts": {
"clean": "pnpm run gulp clean",
"build": "pnpm run gulp build",
"buildCi": "pnpm run gulp buildCi",
"test": "pnpm run gulp test",
"start": "pnpm run gulp start",
"createSetups": "pnpm run gulp createSetups",
"extractTranslations": "pnpm run gulp extractTranslations",
"buildAndStart": "pnpm run gulp buildAndStart",
"gulp": "pnpm --package=@iiimaddiniii/js-build-tool-cli@1.0.6 dlx js-build-tool"
},
"repository": {
"type": "git",
"url": "git+https://github.com/IIIMADDINIII/electron-template"
},
"author": "IIIMADDINIII <martin@elend.name>",
"license": "MIT",
"bugs": {
"url": "https://github.com/IIIMADDINIII/electron-template/issues"
},
"homepage": "https://github.com/IIIMADDINIII/electron-template#readme",
"devDependencies": {
"@jest/globals": "^29.7.0",
"@types/js-build-tool-types": "catalog:",
"electron": "catalog:",
"jest": "^29.7.0"
},
"pnpm": {
"onlyBuiltDependencies": [
"electron"
]
},
"volta": {
"node": "22.16.0",
"pnpm": "10.11.1"
},
"upgradeCode": "77283cf5-f159-4266-b89f-09ce316fb3ff"
}