mirror of
https://github.com/Heretek-AI/GDevelop.git
synced 2026-07-22 10:05:37 -04:00
802ee0c03f
Only show in developer changelog
27 lines
595 B
JSON
27 lines
595 B
JSON
{
|
|
"name": "GDJS_GAME_MANGLED_NAME",
|
|
"main": "main.js",
|
|
"productName": "GDJS_GAME_NAME",
|
|
"description": "GDJS_GAME_NAME",
|
|
"author": "GDJS_GAME_AUTHOR",
|
|
"version": "GDJS_GAME_VERSION",
|
|
"dependencies": {
|
|
"GDJS_EXTENSION_NPM_DEPENDENCY": "0",
|
|
"@electron/remote": "^2.0.8"
|
|
},
|
|
"scripts": {
|
|
"start": "electron main.js",
|
|
"build": "electron-builder"
|
|
},
|
|
"devDependencies": {
|
|
"electron": "18.2.2",
|
|
"electron-builder": "22.11.11"
|
|
},
|
|
"build": {
|
|
"appId": "GDJS_GAME_PACKAGE_NAME",
|
|
"directories": {
|
|
"buildResources": "buildResources"
|
|
}
|
|
}
|
|
}
|