-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.49 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
41
42
43
44
45
46
47
{
"name": "incubator",
"version": "1.0.3",
"description": "electron app to manage egg incubator",
"main": "main.js",
"scripts": {
"start": "electron --no-sandbox .",
"lazy": "npm run package-linux && ./release-builds/incubator-linux-x64/incubator --no-sandbox",
"package-linux": "electron-packager . --overwrite --platform=linux --arch=x64 --icon=assets/icons/png/icon.png --prune=true --out=release-builds",
"package-win": "electron-packager . --overwrite --platform=win32 --arch=ia32 --icon=assets/icons/icon.ico --prune=true --out=release-builds --version-string.CompanyName=CE --version-string.FileDescription=CE --version-string.ProductName=\"incubator Manager\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/MahamdiAmine/incubator.git"
},
"keywords": [
"electron",
"child_process",
"python3 backend",
"sqlite3",
"jsPDF",
"spawn",
"fileexec",
"datatables",
"authentication"
],
"author": "MahamdiAmine",
"license": "MIT",
"bugs": {
"url": "https://github.com/MahamdiAmine/incubator/issues"
},
"homepage": "https://github.com/MahamdiAmine/incubator#readme",
"devDependencies": {
"electron": "^5.0.2",
"electron-packager": "^13.1.1"
},
"dependencies": {
"child_process": "^1.0.2",
"electron-is-dev": "^1.0.1",
"electron-rebuild": "^1.8.5",
"electron-reload": "^1.4.0",
"jspdf": "^1.5.3",
"jspdf-autotable": "^3.1.1",
"sqlite": "^3.0.3",
"sqlite3": "^4.0.8"
}
}