novo
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user