{
  "name": "@open-autopm/plugin-pm",
  "version": "2.1.4",
  "description": "Complete project management plugin with PM workflows, epic management, issue tracking, and release automation for OpenCodeAutoPM",
  "main": "plugin.json",
  "type": "module",
  "files": [
    "commands/",
    "scripts/",
    "plugin.json",
    "README.md",
    "LICENSE"
  ],
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "lint": "eslint scripts/pm/**/*.js",
    "validate": "node -e \"require('./plugin.json')\" && echo 'plugin.json is valid'"
  },
  "keywords": [
    "claudeautopm",
    "plugin",
    "project-management",
    "agile",
    "workflows",
    "epic",
    "issue-tracking",
    "github",
    "automation",
    "release",
    "prd",
    "analytics",
    "pm",
    "scrum",
    "kanban"
  ],
  "author": "OpenCodeAutoPM Team",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/rafeekpro/OpenCodeAutoPM.git",
    "directory": "packages/plugin-pm"
  },
  "bugs": {
    "url": "https://github.com/rafeekpro/ClaudeAutoPM/issues"
  },
  "homepage": "https://github.com/rafeekpro/ClaudeAutoPM/tree/main/packages/plugin-pm#readme",
  "engines": {
    "node": ">=16.0.0"
  },
  "peerDependencies": {
    "@open-autopm/plugin-core": "*"
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  }
}
