1
0
mirror of https://github.com/tobspr/shapez.io.git synced 2025-12-11 09:11:50 +00:00
tobspr_shapez.io/electron/package.json
Даниїл Григор'єв 114a1f9d74
Update Electron to 37.x
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.
2025-07-18 06:45:04 +03:00

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"
}
}