{
  "name": "aiohm/knowledge-assistant-pro",
  "description": "Transform your WordPress into an AI-powered knowledge base with intelligent chatbot, brand voice alignment, local AI processing, and white label licensing for agencies.",
  "type": "wordpress-plugin",
  "version": "1.4.0",
  "license": "GPL-2.0-or-later",
  "authors": [
    {
      "name": "OHM Events Agency",
      "email": "info@ohm.events",
      "homepage": "https://www.ohm.events"
    }
  ],
  "homepage": "https://www.aiohm.app",
  "support": {
    "issues": "https://github.com/ohm-events/aiohm-knowledge-assistant-pro/issues",
    "source": "https://github.com/ohm-events/aiohm-knowledge-assistant-pro"
  },
  "require": {
    "php": ">=7.4",
    "smalot/pdfparser": "^2.11",
    "symfony/polyfill-mbstring": "^1.32"
  },
  "require-dev": {
    "squizlabs/php_codesniffer": "^3.13",
    "wp-coding-standards/wpcs": "*",
    "phpunit/phpunit": "^9.0"
  },
  "autoload": {
    "psr-4": {
      "AIOHM\\KnowledgeAssistant\\": "includes/"
    },
    "files": [
      "aiohm-kb-assistant-pro.php"
    ]
  },
  "extra": {
    "wordpress-plugin": {
      "plugin-file": "aiohm-kb-assistant-pro.php",
      "version": "1.4.0",
      "requires": "6.2",
      "tested": "6.8",
      "requires-php": "7.4"
    }
  },
  "keywords": [
    "wordpress",
    "ai",
    "chatbot",
    "knowledge-base",
    "ollama",
    "local-ai",
    "white-label",
    "agency",
    "enterprise"
  ],
  "scripts": {
    "test": "phpunit",
    "deploy": "echo 'Use GitHub Actions for deployment'",
    "build": [
      "composer install --no-dev --optimize-autoloader",
      "echo 'Build complete - ready for deployment'"
    ]
  },
  "config": {
    "platform": {
      "php": "7.4"
    },
    "optimize-autoloader": true,
    "classmap-authoritative": true,
    "sort-packages": true,
    "allow-plugins": {
      "dealerdirect/phpcodesniffer-composer-installer": true
    }
  }
}
