{
  "name": "@335g/pi-git",
  "version": "0.0.18",
  "description": "Git utilities extension for pi-coding-agent",
  "type": "module",
  "main": "./dist/index.js",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "default": "./dist/index.js"
    }
  },
  "files": [
    "dist",
    "README.md",
    "README.ja.md",
    "LICENSE"
  ],
  "scripts": {
    "build": "tsc",
    "test": "node --import tsx --test src/**/*.test.ts",
    "prepublishOnly": "npm run build"
  },
  "keywords": [
    "pi-package",
    "pi-extension",
    "git",
    "conventional-commits",
    "automation"
  ],
  "author": "Yoshiki Kudo",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/335g/pi-git.git"
  },
  "bugs": {
    "url": "https://github.com/335g/pi-git/issues"
  },
  "homepage": "https://github.com/335g/pi-git#readme",
  "pi": {
    "extensions": [
      "./dist/index.js"
    ]
  },
  "devDependencies": {
    "@earendil-works/pi-tui": "^0.78.0",
    "@types/node": "^25.9.1",
    "tsx": "^4.22.4",
    "typescript": "^5.9.0",
    "typescript-language-server": "^5.3.0"
  },
  "peerDependencies": {
    "@earendil-works/pi-ai": "*",
    "@earendil-works/pi-coding-agent": "*",
    "@earendil-works/pi-tui": "*"
  },
  "peerDependenciesMeta": {
    "@earendil-works/pi-tui": {
      "optional": true
    }
  },
  "dependencies": {}
}
