{
  "name": "prd-plugin",
  "version": "0.16.62",
  "description": "Configurable PRD delivery with deterministic workflows, report-first reasoning guards, duplicate-safe state, executable Substrate integration, focused verification, and traceable evidence.",
  "main": "index.js",
  "bin": {
    "prd-install": "./bin/prd-install.js",
    "prd-install-skills": "./bin/prd-install-skills.js",
    "prd-plugin-mcp": "./mcp/server.cjs"
  },
  "files": [
    "mcp",
    ".codex-plugin",
    ".codex",
    ".opencode",
    ".claude-plugin",
    "hooks",
    ".agents",
    "commands",
    "skills",
    "templates",
    "docs",
    "scripts",
    ".prd_plugin",
    "index.js",
    "README.md",
    "THIRD_PARTY_NOTICES.md",
    "LICENSE",
    "skills-manifest.json"
  ],
  "scripts": {
    "test": "python -m unittest discover -s tests -v",
    "test:system": "python -m pytest system_tests -v",
    "lint": "python -m py_compile scripts/*.py",
    "prd:adapter": "python scripts/prd_substrate.py",
    "prd:services": "python scripts/prd_services.py"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/markusuk1/prd-plugin.git"
  },
  "keywords": [
    "prd",
    "product-requirements",
    "architecture",
    "implementation-planning",
    "agent-skills",
    "codex",
    "opencode",
    "claude-code",
    "superpowers",
    "traceability",
    "project-management"
  ],
  "author": "Shadow",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/markusuk1/prd-plugin/issues"
  },
  "homepage": "https://github.com/markusuk1/prd-plugin#readme",
  "engines": {
    "node": ">=18.0.0"
  },
  "preferGlobal": false,
  "devDependencies": {
    "@utcp/mcp-bridge": "^1.1.0"
  }
}
