-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 602 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 602 Bytes
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
{
"name": "Elsa",
"version": "3.0.0",
"description": "Elsa",
"main": "App.js",
"type": "module",
"engines": {
"node": ">=24"
},
"scripts": {
"start": "electron .",
"package": "electron-packager . Elsa --platform=win32 --arch=x64 --out=dist --overwrite --icon=Logo/Elsa.png",
"audit": "npm audit"
},
"author": "Joel Jolly",
"license": "ISC",
"devDependencies": {
"electron": "^41.4.0"
},
"dependencies": {
"axios": "^1.15.2",
"dompurify": "^3.4.2",
"electron-context-menu": "^4.1.2",
"electron-dl": "^4.0.0",
"package": "^1.0.1"
}
}