Initial commit
This commit is contained in:
15
hooks/package.json
Normal file
15
hooks/package.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user