-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1.21 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
{
"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.0 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",
"jest": "^29.7.0",
"electron": "^31.1.0",
"@types/js-build-tool-types": "npm:@iiimaddiniii/js-build-tool-types@1.0.0"
},
"dependencies": {
"tslib": "^2.6.2"
},
"upgradeCode": "016b908e-dc59-4064-a587-1245f4588436"
}