{
  "name": "pi-ai-git-commit",
  "version": "1.1.0",
  "description": "A Pi extension that generates and reviews Git commit messages through a side-channel LLM call.",
  "keywords": [
    "ai",
    "commit",
    "commit-message",
    "git",
    "pi-coding-agent",
    "pi-extension",
    "pi-package"
  ],
  "homepage": "https://github.com/xiaoyang33/pi-ai-git-commit#readme",
  "bugs": {
    "url": "https://github.com/xiaoyang33/pi-ai-git-commit/issues"
  },
  "license": "MIT",
  "author": "lannce <81355146@qq.com>",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/xiaoyang33/pi-ai-git-commit.git"
  },
  "files": [
    "config/**/*.json",
    "src/**/*.ts",
    "templates/**/*.md",
    "README.md",
    "LICENSE",
    "tsconfig.json"
  ],
  "type": "module",
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "typecheck": "tsc --noEmit",
    "lint": "oxlint",
    "fmt": "oxfmt",
    "fmt:check": "oxfmt --check",
    "test": "node --test \"tests/**/*.test.ts\"",
    "pack:check": "pnpm pack --dry-run",
    "validate": "pnpm run typecheck && pnpm run lint && pnpm run fmt:check && pnpm run test && pnpm run pack:check",
    "prepublishOnly": "pnpm run validate"
  },
  "devDependencies": {
    "@earendil-works/pi-ai": "^0.82.1",
    "@earendil-works/pi-coding-agent": "^0.82.1",
    "@types/node": "^24.12.4",
    "oxfmt": "^0.61.0",
    "oxlint": "^1.76.0",
    "typescript": "^5.9.3"
  },
  "peerDependencies": {
    "@earendil-works/pi-ai": "*",
    "@earendil-works/pi-coding-agent": "*"
  },
  "engines": {
    "node": ">=22.19.0"
  },
  "packageManager": "pnpm@10.32.1",
  "pi": {
    "extensions": [
      "./src/extension.ts"
    ]
  }
}
