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

22 lines
447 B
JSON
Raw Normal View History

2024-06-20 10:02:02 +00:00
{
"name": "electron",
"version": "1.0.0",
"license": "MIT",
"type": "module",
"main": "dist/index.js",
2024-06-20 10:02:02 +00:00
"private": true,
"scripts": {
"start": "tsc && electron ."
2024-07-27 19:32:52 +00:00
},
"dependencies": {
"chokidar": "^4.0.3",
"semver": "^7.7.1",
"zod": "^3.24.2"
},
2024-07-27 19:32:52 +00:00
"devDependencies": {
"@types/semver": "^7.7.0",
"electron": "^31.3.0",
"typescript": "^5.8.2"
2024-06-20 10:02:02 +00:00
}
}