sh_discord_bot/kdb-bot/src/bot/bot.json

66 lines
1.7 KiB
JSON
Raw Normal View History

2022-07-14 16:32:46 +02:00
{
"ProjectSettings": {
"Name": "bot",
"Version": {
2022-07-21 10:09:27 +02:00
"Major": "0",
2022-10-15 23:38:38 +02:00
"Minor": "3",
"Micro": "0"
2022-07-14 16:32:46 +02:00
},
"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": [
2022-10-06 16:51:28 +02:00
"cpl-core==2022.10.0.post6",
"cpl-translation==2022.10.0.post1",
2022-10-15 17:07:22 +02:00
"cpl-query==2022.10.0.post2",
2022-10-15 23:38:38 +02:00
"cpl-discord==2022.10.0.post5",
"Flask==2.2.2",
"Flask-Classful==0.14.2",
"Flask-Cors==3.0.10",
2022-10-15 23:48:38 +02:00
"PyJWT==2.5.0",
"waitress==2.1.2"
2022-07-14 16:32:46 +02:00
],
"DevDependencies": [
2022-10-04 22:30:59 +02:00
"cpl-cli==2022.10.0"
2022-07-14 16:32:46 +02:00
],
"PythonVersion": ">=3.10.4",
"PythonPath": {
"linux": ""
},
"Classifiers": []
},
"BuildSettings": {
"ProjectType": "console",
"SourcePath": "",
"OutputPath": "../../dist",
"Main": "bot.main",
"EntryPoint": "bot",
"IncludePackageData": false,
"Included": [],
"Excluded": [
"*/__pycache__",
"*/logs",
"*/tests"
],
"PackageData": {},
2022-07-17 12:48:41 +02:00
"ProjectReferences": [
2022-10-13 20:57:47 +02:00
"../bot_api/bot-api.json",
2022-07-17 12:48:41 +02:00
"../bot_core/bot-core.json",
"../bot_data/bot-data.json",
"../modules/base/base.json",
2022-10-05 16:52:10 +02:00
"../modules/admin/admin.json",
"../modules/auto_role/auto-role.json",
"../modules/base/base.json",
2022-07-17 12:48:41 +02:00
"../modules/boot_log/boot-log.json",
"../modules/database/database.json",
2022-10-05 16:52:10 +02:00
"../modules/moderator/moderator.json",
"../modules/permission/permission.json"
2022-07-17 12:48:41 +02:00
]
2022-07-14 16:32:46 +02:00
}
}