{ "ProjectSettings": { "Name": "bot", "Version": { "Major": "0", "Minor": "3", "Micro": "0.rc5" }, "Author": "Sven Heidemann", "AuthorEmail": "sven.heidemann@sh-edraft.de", "Description": "Keksdose bot", "LongDescription": "Discord bot for the Keksdose discord Server", "URL": "https://www.sh-edraft.de", "CopyrightDate": "2022", "CopyrightName": "sh-edraft.de", "LicenseName": "MIT", "LicenseDescription": "MIT, see LICENSE for more details.", "Dependencies": [ "cpl-core==2022.12.0", "cpl-translation==2022.10.0.post2", "cpl-query==2022.12.2", "cpl-discord==2022.12.0", "Flask==2.2.2", "Flask-Classful==0.14.2", "Flask-Cors==3.0.10", "PyJWT==2.6.0", "waitress==2.1.2", "Flask-SocketIO==5.3.2", "eventlet==0.33.2", "requests-oauthlib==1.3.1", "icmplib==3.0.3", "ariadne==0.17.0", "ariadne-graphql-modules==0.7.0" ], "DevDependencies": [ "cpl-cli==2022.12.0" ], "PythonVersion": ">=3.10.4", "PythonPath": {}, "Classifiers": [] }, "BuildSettings": { "ProjectType": "console", "SourcePath": "", "OutputPath": "../../dist", "Main": "bot.main", "EntryPoint": "bot", "IncludePackageData": false, "Included": [], "Excluded": [ "*/__pycache__", "*/logs", "*/tests" ], "PackageData": {}, "ProjectReferences": [ "../bot_api/bot-api.json", "../bot_core/bot-core.json", "../bot_data/bot-data.json", "../bot_graphql/bot-graphql.json", "../modules/auto_role/auto-role.json", "../modules/base/base.json", "../modules/boot_log/boot-log.json", "../modules/database/database.json", "../modules/level/level.json", "../modules/permission/permission.json", "../modules/stats/stats.json", "../modules/technician/technician.json" ] } }