{
  "name": "@open-autopm/plugin-databases",
  "version": "3.0.3",
  "description": "Complete database plugin with PostgreSQL, MongoDB, Redis, BigQuery, and Cosmos DB experts, database rules, and optimization scripts for OpenCodeAutoPM",
  "main": "plugin.json",
  "type": "module",
  "files": [
    "agents/",
    "rules/",
    "scripts/",
    "plugin.json",
    "README.md",
    "LICENSE"
  ],
  "scripts": {
    "test": "NODE_OPTIONS=--experimental-vm-modules jest --forceExit",
    "test:watch": "NODE_OPTIONS=--experimental-vm-modules jest --watch",
    "test:coverage": "NODE_OPTIONS=--experimental-vm-modules jest --coverage",
    "validate": "node -e \"require('./plugin.json')\" && echo 'plugin.json is valid'"
  },
  "keywords": [
    "claudeautopm",
    "plugin",
    "databases",
    "postgresql",
    "mongodb",
    "redis",
    "bigquery",
    "cosmosdb",
    "sql",
    "nosql",
    "data-warehouse",
    "caching",
    "optimization",
    "performance"
  ],
  "author": "OpenCodeAutoPM Team",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/rafeekpro/OpenCodeAutoPM.git",
    "directory": "packages/plugin-databases"
  },
  "homepage": "https://github.com/rafeekpro/ClaudeAutoPM/tree/main/packages/plugin-databases#readme",
  "bugs": {
    "url": "https://github.com/rafeekpro/ClaudeAutoPM/issues"
  },
  "engines": {
    "node": ">=16.0.0",
    "npm": ">=8.0.0"
  },
  "peerDependencies": {
    "@open-autopm/plugin-core": "*"
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  }
}
