{
  "name": "pi-slopkick",
  "version": "0.0.5",
  "type": "module",
  "description": "Pi coding-agent extension for terminal-native review, annotation, and rich diff workflows.",
  "author": "Yu SERIZAWA <info@serizawa.me>",
  "contributors": [
    "Rob Zolkos <rob@zolkos.com>"
  ],
  "license": "MIT",
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/upamune/pi-slopkick.git"
  },
  "homepage": "https://github.com/upamune/pi-slopkick#readme",
  "bugs": {
    "url": "https://github.com/upamune/pi-slopkick/issues"
  },
  "files": [
    "src/diff.ts",
    "src/git.ts",
    "src/index.ts",
    "src/pi-render.ts",
    "src/prompt.ts",
    "src/search.ts",
    "src/shortcuts.ts",
    "src/state.ts",
    "src/syntax-highlight.ts",
    "src/theme-highlight.ts",
    "src/types.ts",
    "src/ui",
    "README.md",
    "LICENSE"
  ],
  "keywords": [
    "pi-package",
    "pi",
    "diff-review",
    "code-review",
    "annotation",
    "terminal"
  ],
  "pi": {
    "extensions": [
      "./src/index.ts"
    ]
  },
  "scripts": {
    "typecheck": "tsc -p tsconfig.json --noEmit",
    "test": "vitest run"
  },
  "dependencies": {
    "@earendil-works/pi-tui": "*",
    "@pierre/diffs": "^1.2.1"
  },
  "peerDependencies": {
    "@earendil-works/pi-coding-agent": "*"
  },
  "devDependencies": {
    "@types/node": "^24.5.2",
    "typescript": "^5.9.3",
    "vitest": "^3.2.4"
  }
}
