{
  "name": "@chaoxu1997/gentle-committer",
  "version": "0.3.2",
  "description": "Commit automation for the pi coding agent with review/bypass commit modes and work-unit commit discipline (independent project, originally derived from pi-committer)",
  "type": "module",
  "license": "MIT",
  "author": "ChaoXu1997",
  "homepage": "https://github.com/ChaoXu1997/gentle-committer#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ChaoXu1997/gentle-committer.git"
  },
  "bugs": {
    "url": "https://github.com/ChaoXu1997/gentle-committer/issues"
  },
  "keywords": [
    "pi",
    "pi-extension",
    "pi-package",
    "git",
    "conventional-commits",
    "automation"
  ],
  "engines": {
    "node": ">=20"
  },
  "scripts": {
    "test": "node --import tsx --test tests/unit.test.ts tests/worker-edge.test.ts",
    "test:e2e": "PI_COMMITTER_E2E=1 node --import tsx --test tests/e2e.test.ts",
    "test:all": "node --import tsx --test tests/*.test.ts",
    "benchmark": "node --import tsx --test tests/benchmark.test.ts"
  },
  "dependencies": {
    "smol-toml": "^1.3.0",
    "jiti": "^2.7.0"
  },
  "peerDependencies": {
    "@earendil-works/pi-tui": "*",
    "typebox": "*",
    "@earendil-works/pi-coding-agent": "*"
  },
  "devDependencies": {
    "tsx": "^4.19.0"
  },
  "files": [
    "index.ts",
    "config.ts",
    "commit-emission.ts",
    "prompt-builders.ts",
    "async-commit-worker.ts",
    "widget.ts",
    "commit-rules/",
    "README.md",
    "LICENSE",
    "CHANGELOG.md"
  ],
  "publishConfig": {
    "access": "public"
  },
  "pi": {
    "extensions": [
      "./index.ts"
    ]
  }
}
