{ "name": "git-hooks", "version": "1.0.0", "type": "module", "scripts": { "test": "bun test", "typecheck": "tsc --noEmit" }, "dependencies": { "@anthropic-ai/claude-agent-sdk": "latest" }, "devDependencies": { "bun-types": "^1.3.3" } }