28 lines
No EOL
853 B
JSON
Executable file
28 lines
No EOL
853 B
JSON
Executable file
{
|
|
"name": "nexuspolestar",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "./electron/index.js",
|
|
"scripts": {
|
|
"start": "concurrently \"astro dev --silent\" \"wait-on http://localhost:1567 && NODE_ENV=development electron .\"",
|
|
"build": "astro build && NODE_ENV=production node ./build/prepare-production.js && electron-builder build --config ./build/electron-builder.yml"
|
|
},
|
|
"author": "SudoVanilla",
|
|
"license": "AGPL-3.0-or-later",
|
|
"devDependencies": {
|
|
"concurrently": "^8.0.1",
|
|
"electron": "^24.0.0",
|
|
"electron-builder": "^23.6.0"
|
|
},
|
|
"dependencies": {
|
|
"astro": "^2.2.0",
|
|
"bugsplat": "^8.0.0",
|
|
"bugsplat-node": "^3.0.0",
|
|
"dotenv": "^16.0.3",
|
|
"electron-titlebar-respect": "^1.1.1",
|
|
"pushy-electron": "^1.0.11",
|
|
"replace": "^1.2.2",
|
|
"sass": "^1.60.0",
|
|
"wait-on": "^7.0.1"
|
|
}
|
|
} |