mirror of
https://github.com/tobspr-games/shapez.io.git
synced 2026-02-14 11:41:41 -08:00
20 lines
417 B
JSON
20 lines
417 B
JSON
{
|
|
"name": "electron",
|
|
"version": "1.0.0",
|
|
"license": "MIT",
|
|
"type": "module",
|
|
"main": "dist/index.js",
|
|
"private": true,
|
|
"scripts": {
|
|
"start": "tsc && electron ."
|
|
},
|
|
"dependencies": {
|
|
"semver": "^7.7.1",
|
|
"zod": "^3.24.2"
|
|
},
|
|
"devDependencies": {
|
|
"@types/semver": "^7.7.0",
|
|
"electron": "^31.3.0",
|
|
"typescript": "^5.8.2"
|
|
}
|
|
}
|