mirror of
https://github.com/tobspr/shapez.io.git
synced 2025-12-11 09:11:50 +00:00
Update electron package from 31.3.0 to 37.2.3, with Chromium 138 and Node.js 22.17. Also follow the electron-packager -> @electron/packager rename and upgrade the package.
22 lines
447 B
JSON
22 lines
447 B
JSON
{
|
|
"name": "electron",
|
|
"version": "1.0.0",
|
|
"license": "MIT",
|
|
"type": "module",
|
|
"main": "dist/index.js",
|
|
"private": true,
|
|
"scripts": {
|
|
"start": "tsc && electron ."
|
|
},
|
|
"dependencies": {
|
|
"chokidar": "^4.0.3",
|
|
"semver": "^7.7.1",
|
|
"zod": "^3.24.2"
|
|
},
|
|
"devDependencies": {
|
|
"@types/semver": "^7.7.0",
|
|
"electron": "^37.2.3",
|
|
"typescript": "^5.8.2"
|
|
}
|
|
}
|