{
  "name": "pi-lumen-review",
  "version": "0.1.0",
  "description": "Pi extension for Lumen code review.",
  "keywords": [
    "code-review",
    "diff",
    "lumen",
    "pi",
    "pi-package"
  ],
  "author": "ad-world",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ad-world/pi-lumen.git"
  },
  "files": [
    "src"
  ],
  "type": "module",
  "scripts": {
    "typecheck": "tsc --noEmit",
    "test": "bun test",
    "lint": "oxlint .",
    "format": "oxfmt --write package.json tsconfig.json src tests .oxlintrc.json",
    "format:check": "oxfmt --check package.json tsconfig.json src tests .oxlintrc.json",
    "pack:dry": "bun pm pack --dry-run",
    "check": "bun run typecheck && bun test && bun run lint && bun run format:check && bun run pack:dry"
  },
  "dependencies": {
    "arktype": "^2.2.3",
    "string-argv": "^0.3.2"
  },
  "devDependencies": {
    "@earendil-works/pi-coding-agent": "*",
    "@types/bun": "^1.3.14",
    "@types/node": "^26.0.1",
    "oxfmt": "^0.57.0",
    "oxlint": "^1.72.0",
    "typescript": "^5.8.0"
  },
  "peerDependencies": {
    "@earendil-works/pi-coding-agent": "*"
  },
  "engines": {
    "node": ">=22"
  },
  "packageManager": "bun@1.3.13",
  "pi": {
    "extensions": [
      "./src/index.ts"
    ]
  }
}
