{
  "ProjectSettings": {
    "Name": "bot-api",
    "Version": {
      "Major": "0",
      "Minor": "0",
      "Micro": "0"
    },
    "Author": "",
    "AuthorEmail": "",
    "Description": "",
    "LongDescription": "",
    "URL": "",
    "CopyrightDate": "",
    "CopyrightName": "",
    "LicenseName": "",
    "LicenseDescription": "",
    "Dependencies": [
      "cpl-core==2022.10.0.post6",
      "Flask==2.2.2",
      "Flask[async]==2.2.2",
      "Flask-Classful==0.14.2",
      "Flask-Cors==3.0.10",
      "PyJWT==2.5.0"
    ],
    "DevDependencies": [
      "cpl-cli==2022.10.0"
    ],
    "PythonVersion": ">=3.10.4",
    "PythonPath": {
      "linux": ""
    },
    "Classifiers": []
  },
  "BuildSettings": {
    "ProjectType": "library",
    "SourcePath": "",
    "OutputPath": "../../dist",
    "Main": "bot_api.main",
    "EntryPoint": "bot-api",
    "IncludePackageData": false,
    "Included": [],
    "Excluded": [
      "*/__pycache__",
      "*/logs",
      "*/tests"
    ],
    "PackageData": {},
    "ProjectReferences": []
  }
}