{
  "name": "kimaai/kimaai",
  "description": "KimaAI Plugin",
  "type": "wordpress-plugin",
  "autoload": {
    "psr-4": {
      "KimaAI\\": "app/"
    }
  },
  "authors": [
    {
      "name": "Nabi",
      "email": "nabi@kimaai.com"
    }
  ],
  "support": {
    "src": "https://kimaai.com/"
  },
  "require": {
    "php": ">=8.0",
    "freemius/wordpress-sdk": "^2.13.0",
    "woocommerce/action-scheduler": "^3.9",
    "symfony/dependency-injection": "^6.0",
    "symfony/config": "^6.0",
    "symfony/filesystem": "^6.0",
    "symfony/finder": "^6.0",
    "smalot/pdfparser": "^2.12"
  },
  "require-dev": {
    "kimaai/kimaai-vector-db-sdk": "^1.0",
    "wp-coding-standards/wpcs": "^3.1",
    "squizlabs/php_codesniffer": "^3.11",
    "phpunit/phpunit": "^9.6"
  },
  "repositories": [
    {
      "type": "vcs",
      "url": "https://github.com/navidabdi/kimaai-vector-db-sdk.git"
    }
  ],
  "config": {
    "allow-plugins": {
      "dealerdirect/phpcodesniffer-composer-installer": true
    }
  },
  "scripts": {
    "phpcs:check": "phpcs -s --standard=phpcs.ruleset.xml",
    "phpcs:fix": "phpcbf --standard=phpcs.ruleset.xml",
    "test:unit": "vendor/bin/phpunit --config=phpunit.xml",
    "test:integration": "vendor/bin/phpunit --config=phpunit.integration.xml"
  }
}
