Update package json

This commit is contained in:
km-anthropic
2025-08-08 11:24:23 -07:00
parent 3d480aa9c6
commit 450e1a8259
2 changed files with 8 additions and 0 deletions

View File

@@ -17,12 +17,14 @@
"@octokit/rest": "^21.1.1",
"@octokit/webhooks-types": "^7.6.1",
"node-fetch": "^3.3.2",
"shell-quote": "^1.8.3",
"zod": "^3.24.4"
},
"devDependencies": {
"@types/bun": "1.2.11",
"@types/node": "^20.0.0",
"@types/node-fetch": "^2.6.12",
"@types/shell-quote": "^1.7.5",
"prettier": "3.5.3",
"typescript": "^5.8.3"
}