{
  "name": "telebots/teleshop",
  "description": "Teleshop",
  "homepage": "https://telebots.pro",
  "type": "wordpress-plugin",
  "authors": [
    {
      "name": "Telebots",
      "homepage": "https://telebots.pro"
    }
  ],
  "config": {
    "platform": {
      "php": "8.1"
    }
  },
  "require": {
    "php": "^8.1",
    "longman/telegram-bot": "*",
    "monolog/monolog": "^3.8"
  },
  "autoload": {
    "psr-4": {
      "Telebots\\Teleshop\\": "includes/"
    }
  },
  "extra": {
    "mozart": {
      "dep_namespace": "Telebots\\Teleshop\\vendor\\",
      "dep_directory": "/includes/vendor/",
      "classmap_directory": "/includes/vendor/classes/",
      "classmap_prefix": "TelebotsT_",
      "packages": [
        "longman/telegram-bot",
        "monolog/monolog"
      ],
      "excluded_packages": [],
      "override_autoload": {},
      "delete_vendor_directories": true
    }
  },
  "scripts": {
    "post-install-cmd": [
      "\"/home/max/.config/composer/vendor/bin/mozart\" compose",
      "composer dump-autoload"
    ],
    "post-update-cmd": [
      "\"/home/max/.config/composer/vendor/bin/mozart\" compose",
      "composer dump-autoload"
    ]
  }
}
