{
  "name": "claude-prd-workflow",
  "version": "0.4.4",
  "description": "The complete Claude Code plugin for Product-Driven Development. Ship features faster with AI-powered PRD review, Git worktree support, and automated quality gates.",
  "main": "install.js",
  "bin": {
    "claude-prd-install": "./bin/install.js"
  },
  "scripts": {
    "postinstall": "node install.js",
    "prepublishOnly": "node scripts/update-version.js"
  },
  "keywords": [
    "claude-code",
    "claude-code-plugin",
    "prd",
    "product-requirements",
    "workflow-automation",
    "development-workflow",
    "ai-agents",
    "git-worktree",
    "code-quality",
    "security-audit",
    "productivity",
    "devops"
  ],
  "author": "Yassine Hamou-Tahra <https://github.com/Yassinello>",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/Yassinello/claude-prd-workflow.git"
  },
  "bugs": {
    "url": "https://github.com/Yassinello/claude-prd-workflow/issues"
  },
  "homepage": "https://github.com/Yassinello/claude-prd-workflow#readme",
  "engines": {
    "node": ">=18.0.0"
  },
  "files": [
    ".claude/",
    "docs/",
    "install.js",
    "bin/",
    "README.md",
    "LICENSE",
    "CHANGELOG.md"
  ]
}
