{
  "name": "@until-dev/plugins",
  "version": "0.2.9",
  "description": "Spend your time on the engineering trade-offs that matter. Let the Until Loop make sure your agents deliver what you want, how you want it.",
  "type": "module",
  "exports": {
    "./server": "./.opencode/server.js"
  },
  "license": "MIT",
  "author": {
    "name": "Overmind",
    "email": "hello@overmind.tech"
  },
  "homepage": "https://until.dev",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/until-dev/plugins.git"
  },
  "scripts": {
    "validate:package": "node scripts/validate-package.mjs",
    "test:amp": "tsc --noEmit -p tsconfig.json && bun test amp/"
  },
  "keywords": [
    "pi",
    "opencode",
    "coding-agent",
    "until",
    "plan-first",
    "peer-review"
  ],
  "engines": {
    "node": ">=20",
    "opencode": ">=1.18.23"
  },
  "files": [
    ".opencode",
    ".pi",
    "amp",
    "assets",
    "docs",
    "hooks/session_stage.py",
    "hooks/until-commit-gate",
    "hooks/until-track-state",
    "index.ts",
    "skills",
    "LICENSE",
    "README.md",
    "mcp.json"
  ],
  "pi": {
    "extensions": [
      "./.pi/extensions/until.ts"
    ],
    "skills": [
      "./skills"
    ],
    "image": "https://unpkg.com/pi-until-loop@0.2.9/assets/pi-catalog.png"
  },
  "dependencies": {
    "pi-mcp-adapter": "2.32.1"
  },
  "peerDependencies": {
    "@earendil-works/pi-coding-agent": "*"
  },
  "peerDependenciesMeta": {
    "@earendil-works/pi-coding-agent": {
      "optional": true
    }
  },
  "devDependencies": {
    "@types/bun": "1.4.2",
    "typescript": "5.9.3"
  },
  "overrides": {
    "qs": "6.16.0",
    "fast-uri": "3.1.6",
    "hono": "4.13.5"
  }
}
