{
  "name": "@open-autopm/plugin-devops",
  "version": "3.0.3",
  "description": "Complete DevOps plugin with agents, commands, rules, and scripts for CI/CD, Docker, GitHub, observability, and infrastructure automation for OpenCodeAutoPM",
  "main": "plugin.json",
  "type": "module",
  "files": [
    "agents/",
    "commands/",
    "rules/",
    "scripts/",
    "plugin.json",
    "README.md",
    "LICENSE"
  ],
  "scripts": {
    "test": "jest --coverage",
    "test:watch": "jest --watch",
    "validate": "node -e \"require('./plugin.json')\" && echo 'plugin.json is valid'"
  },
  "devDependencies": {
    "jest": "^29.0.0"
  },
  "jest": {
    "testEnvironment": "node",
    "testMatch": [
      "**/test/**/*.test.js"
    ],
    "collectCoverageFrom": [
      "commands/**/*.md",
      "!**/node_modules/**"
    ],
    "coveragePathIgnorePatterns": [
      "/node_modules/"
    ]
  },
  "keywords": [
    "claudeautopm",
    "plugin",
    "devops",
    "docker",
    "github",
    "ci-cd",
    "azure-devops",
    "observability",
    "prometheus",
    "grafana",
    "ssh",
    "traefik",
    "containers",
    "automation"
  ],
  "author": "OpenCodeAutoPM Team",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/rafeekpro/OpenCodeAutoPM.git",
    "directory": "packages/plugin-devops"
  },
  "homepage": "https://github.com/rafeekpro/ClaudeAutoPM/tree/main/packages/plugin-devops#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/"
  }
}
