{
  "name": "scancommitpr",
  "version": "0.1.0",
  "description": "Instruction-set skill: scan repo changes, group into logical commits, push, and optionally create a PR",
  "type": "module",
  "main": "src/index.ts",
  "bin": {
    "scancommitpr": "src/index.ts"
  },
  "scripts": {
    "dev": "bun run src/index.ts",
    "build": "bun build src/index.ts --outdir dist --target node"
  },
  "keywords": [
    "git",
    "commit",
    "push",
    "pull-request",
    "pr",
    "automation",
    "claude-code",
    "skill"
  ],
  "devDependencies": {
    "@types/bun": "latest"
  },
  "peerDependencies": {
    "typescript": "^5.0.0"
  },
  "publishConfig": {
    "access": "restricted",
    "registry": "https://registry.npmjs.org/"
  }
}
