mirror of
https://github.com/Heretek-AI/GDevelop.git
synced 2026-07-23 18:45:48 -04:00
cafa0d512f
Only show in developer changelog
20 lines
442 B
JSON
20 lines
442 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"
|
|
},
|
|
"devDependencies": {
|
|
"electron": "8.2.5"
|
|
},
|
|
"build": {
|
|
"directories": {
|
|
"buildResources": "buildResources"
|
|
}
|
|
}
|
|
}
|