-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.06 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": "scenario-manager",
"version": "1.0.8",
"description": "A smart, zen application to manage comics, movie or novel scenarios",
"homepage": "http://scenario-manager.net",
"main": "main.js",
"author": "sebRomeo",
"repository": "https://github.com/sebRomeo/scenario-manager",
"scripts": {
"start": "electron .",
"pack": "electron-builder --dir",
"dist": "rm -r ./dist/* && electron-builder -mwl"
},
"build": {
"appId": "net.scenario-manager",
"copyright": "sebRomeo",
"linux": {
"maintainer": "sebRomeo",
"category": "Office"
}
},
"keywords": [
"Electron",
"quick",
"start",
"tutorial",
"demo"
],
"license": "CC0-1.0",
"devDependencies": {
"electron": "^22.3.25",
"electron-builder": "^23.6.0"
},
"dependencies": {
"@cawita/data-validation-utils": "^1.0.90",
"electron-reload": "^1.5.0",
"jquery": "^3.5.0",
"update-electron-app": "^1.5.0"
}
}