1
Fork 0
This repository has been archived on 2024-05-27. You can view files and clone it, but cannot push or open issues or pull requests.
Nexus-Polestar/package.json
2023-04-06 03:08:20 -04:00

29 lines
868 B
JSON
Executable file

{
"name": "nexuspolestar",
"version": "1.0.0",
"description": "",
"main": "./electron/index.js",
"scripts": {
"start": "concurrently \"astro dev\" \"wait-on http://localhost:3000 && 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",
"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",
"glasstron-clarity": "^0.1.26",
"pushy-electron": "^1.0.11",
"replace": "^1.2.2",
"sass": "^1.60.0",
"wait-on": "^7.0.1"
}
}