mirror of
https://github.com/Heretek-AI/GDevelop.git
synced 2026-08-25 12:23:58 -04:00
31 lines
866 B
JSON
31 lines
866 B
JSON
{
|
|
"name": "gdevelop",
|
|
"productName": "GDevelop 5",
|
|
"description": "GDevelop 5 IDE - the open-source, cross-platform game engine designed for everyone",
|
|
"version": "5.6.263",
|
|
"author": "GDevelop Team <hello@gdevelop.io>",
|
|
"license": "MIT",
|
|
"homepage": "https://gdevelop.io",
|
|
"main": "main.js",
|
|
"dependencies": {
|
|
"@electron/remote": "2.1.2",
|
|
"archiver": "^2.1.1",
|
|
"async": "^2.6.0",
|
|
"axios": "^0.19.1",
|
|
"chokidar": "4.0.3",
|
|
"@xhayper/discord-rpc": "^1.3.0",
|
|
"dotenv": "^4.0.0",
|
|
"electron-editor-context-menu": "^1.1.1",
|
|
"electron-is-dev": "^2.0.0",
|
|
"electron-log": "^4.1.1",
|
|
"electron-updater": "6.3.9",
|
|
"fs-extra": "^3.0.1",
|
|
"five-server": "^0.3.1",
|
|
"lodash.debounce": "^4.0.8",
|
|
"lodash.throttle": "^4.1.1",
|
|
"minimist": "^1.2.3",
|
|
"steamworks.js": "0.3.1",
|
|
"ws": "^5.1.1"
|
|
}
|
|
}
|