{
  "name": "@open-autopm/plugin-cloud",
  "version": "3.0.3",
  "description": "Complete cloud infrastructure plugin with agents for AWS, Azure, GCP, Kubernetes, Terraform, and infrastructure automation for OpenCodeAutoPM",
  "main": "plugin.json",
  "type": "module",
  "files": [
    "agents/",
    "commands/",
    "rules/",
    "scripts/",
    "plugin.json",
    "README.md",
    "LICENSE"
  ],
  "scripts": {
    "test": "node --experimental-vm-modules node_modules/jest/bin/jest.js",
    "test:watch": "node --experimental-vm-modules node_modules/jest/bin/jest.js --watch",
    "test:coverage": "node --experimental-vm-modules node_modules/jest/bin/jest.js --coverage",
    "validate": "node -e \"require('./plugin.json')\" && echo 'plugin.json is valid'"
  },
  "devDependencies": {
    "jest": "^29.7.0"
  },
  "keywords": [
    "claudeautopm",
    "plugin",
    "cloud",
    "aws",
    "azure",
    "gcp",
    "google-cloud",
    "kubernetes",
    "k8s",
    "terraform",
    "infrastructure",
    "iac",
    "infrastructure-as-code",
    "serverless",
    "cloud-functions",
    "devops",
    "architecture",
    "containers",
    "orchestration",
    "helm",
    "docker"
  ],
  "author": "OpenCodeAutoPM Team",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/rafeekpro/OpenCodeAutoPM.git",
    "directory": "packages/plugin-cloud"
  },
  "bugs": {
    "url": "https://github.com/rafeekpro/ClaudeAutoPM/issues"
  },
  "homepage": "https://github.com/rafeekpro/ClaudeAutoPM/tree/main/packages/plugin-cloud#readme",
  "engines": {
    "node": ">=16.0.0"
  },
  "peerDependencies": {
    "@open-autopm/plugin-core": "*"
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  }
}
