{
  "name": "@raquezha/norpiv",
  "version": "0.1.0",
  "description": "Bundled RPIV workflow skills for Pi, Claude, and Codex-style coding agents",
  "type": "commonjs",
  "bin": {
    "norpiv-install": "bin/norpiv-install.cjs"
  },
  "files": [
    "bin",
    "post-merge-prune",
    "distill",
    "frame",
    "grill-with-docs",
    "refine",
    "implement",
    "plan",
    "scripts",
    "sync",
    "triage",
    "update-docs",
    "verify",
    "README.md"
  ],
  "keywords": [
    "agent-skills",
    "pi-agent",
    "claude-skills",
    "codex",
    "workflow",
    "rpiv",
    "pi-package"
  ],
  "license": "MIT",
  "publishConfig": {
    "access": "public"
  },
  "pi": {
    "skills": [
      "refine",
      "triage",
      "frame",
      "grill-with-docs",
      "plan",
      "implement",
      "verify",
      "sync",
      "update-docs",
      "post-merge-prune",
      "distill"
    ]
  }
}
