This commit is contained in:
2025-12-11 11:34:23 +01:00
parent b46c5dca6b
commit 45529ab8a7
220 changed files with 17696 additions and 0 deletions

View File

@@ -0,0 +1,30 @@
{
"name": "novafarma",
"version": "2.5.0",
"description": "NovaFarma - 2.5D Isometric Survival Game",
"main": "main.js",
"scripts": {
"start": "electron .",
"build": "electron-builder",
"test": "echo \"Error: no test specified\" && exit 1"
},
"build": {
"appId": "com.novafarma.game",
"win": {
"target": "nsis"
},
"directories": {
"output": "dist"
}
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "commonjs",
"dependencies": {
"phaser": "^3.80.1"
},
"devDependencies": {
"electron": "^33.2.1"
}
}