{
  "name": "maximum-software/agenistrator",
  "description": "Agentic AI assistant for WordPress admin dashboard. Chat naturally to manage your website, search and edit content, analyze data and complete tasks.",
  "type": "wordpress-plugin",
  "license": "GPL-3.0-only",
  "authors": [
    {
      "name": "Alex Ruban",
      "email": "alex@maximum.guru"
    },
    {
      "name": "Maximum Software Inc",
      "email": "contact@maximum.software"
    }
  ],
  "minimum-stability": "dev",
  "prefer-stable": true,
  "require": {
    "php": ">=7.4",
    "corveda/php-sandbox": "^3.1",
    "guttedgarden/tiktoken": "^1.2",
    "league/html-to-markdown": "^5.1",
    "maxguru/mysql-vector": "^3.3.0",
    "orhanerday/open-ai": "^5.3"
  },
  "require-dev": {
    "automattic/vipwpcs": "^3.0",
    "dealerdirect/phpcodesniffer-composer-installer": "^1.0",
    "phpcompatibility/phpcompatibility-wp": "^2.1",
    "sirbrillig/phpcs-variable-analysis": "^2.13",
    "wp-cli/dist-archive-command": "^3.1",
    "wp-cli/wp-cli": "2.12.0",
    "wp-cli/wp-cli-bundle": "2.12.0",
    "wp-coding-standards/wpcs": "^3.3"
  },
  "config": {
    "process-timeout": 3600,
    "optimize-autoloader": true,
    "preferred-install": "dist",
    "sort-packages": true,
    "allow-plugins": {
      "php-http/discovery": true,
      "dealerdirect/phpcodesniffer-composer-installer": true
    },
    "platform": {
      "php": "7.4"
    }
  }
}
