{
  "name": "commitpushpr",
  "version": "0.1.0",
  "description": "Instruction-set skill for logical commits, feature-branch pushes, and pull requests",
  "type": "module",
  "main": "src/index.ts",
  "bin": {
    "commitpushpr": "src/index.ts"
  },
  "files": [
    "src",
    "SKILL.md",
    "tsconfig.json"
  ],
  "publishConfig": {
    "access": "restricted"
  },
  "keywords": [
    "git",
    "commit",
    "pull-request",
    "github",
    "skill"
  ],
  "scripts": {
    "start": "bun run src/index.ts",
    "typecheck": "tsc --noEmit"
  },
  "devDependencies": {
    "@types/bun": "latest",
    "typescript": "^5.7.0"
  }
}
