-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.49 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.49 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
44
45
46
47
48
{
"name": "cumulus-client",
"productName": "Cumulus",
"description": "My Electron application description",
"keywords": [],
"main": "server/main.js",
"version": "2.2.5",
"author": "Alexandre BUREL",
"scripts": {
"start": "electron-forge start",
"debug": "electron . -debug",
"demo": "electron . -demo",
"debug+demo": "electron . -debug -demo",
"package": "electron-forge package",
"make": "electron-forge make"
},
"config": {
"forge": "./forge.config.js"
},
"devDependencies": {
"@electron-forge/cli": "^7.8.1",
"@electron-forge/maker-zip": "^7.8.1",
"@electron-forge/plugin-auto-unpack-natives": "^7.8.1",
"@electron-forge/plugin-fuses": "^7.8.1",
"@electron/fuses": "^1.8.0",
"electron": "^33.2.1",
"electron-rebuild": "^3.2.9"
},
"repository": {
"type": "git",
"url": "git+https://github.com/LSMBO/cumulus-client.git"
},
"license": "CeCILL",
"bugs": {
"url": "https://github.com/LSMBO/cumulus-client/issues"
},
"homepage": "https://github.com/LSMBO/cumulus-client#readme",
"mainProjectHomepage": "https://github.com/LSMBO/cumulus",
"dependencies": {
"chart.js": "^4.5.0",
"electron-log": "^5.2.4",
"electron-squirrel-startup": "^1.0.1",
"form-data": "^4.0.0",
"semver": "^7.6.3",
"xsd-schema-validator": "^0.10.0"
},
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}