2022-07-14 16:32:46 +02:00
|
|
|
{
|
|
|
|
"ProjectSettings": {
|
|
|
|
"Name": "bot",
|
|
|
|
"Version": {
|
2022-07-21 10:09:27 +02:00
|
|
|
"Major": "0",
|
2022-09-30 17:24:02 +02:00
|
|
|
"Minor": "2",
|
2022-10-06 16:51:28 +02:00
|
|
|
"Micro": "3"
|
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",
|
2022-10-12 20:42:40 +02:00
|
|
|
"cpl-translation==2022.10.0.post1",
|
2022-10-04 22:30:59 +02:00
|
|
|
"cpl-query==2022.10.0",
|
|
|
|
"cpl-discord==2022.10.0.post5"
|
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
|
|
|
}
|
|
|
|
}
|