-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 1.01 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
{
"name": "votest-desktop",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start:local": "http-server src/app/ -p 8090",
"start": "electron --inspect=5858 src/main.js",
"package": "electron-packager src/ VotestApp --asar --platform=darwin --arch=x64 --out build/ --app-version 0.0.1 --overwrite",
"build1": "electron-builder build --macos",
"build2": "electron-builder build --macos --prepackaged build/VotestApp-darwin-x64"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cursor-project-x/votest-desktop.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/cursor-project-x/votest-desktop/issues"
},
"homepage": "https://github.com/cursor-project-x/votest-desktop#readme",
"dependencies": {
},
"devDependencies": {
"http-server": "^0.10.0",
"electron": "^1.7.9",
"electron-builder": "^19.49.0",
"electron-packager": "^10.1.0",
"electron-prebuilt": "^1.4.13"
}
}