Files
agentmon/hooks/gemini/package.json
T
2026-03-26 11:22:27 -07:00

19 lines
442 B
JSON

{
"name": "@anthropic-ai/agentmon-gemini",
"version": "1.0.0",
"description": "agentmon hook handler for Gemini CLI",
"main": "handler.js",
"type": "module",
"bin": {
"agentmon-gemini-handler": "./handler.js"
},
"scripts": {
"build": "npx esbuild handler.ts --platform=node --format=esm --outfile=handler.js"
},
"dependencies": {},
"devDependencies": {
"esbuild": "^0.20.0",
"typescript": "^5.3.0"
}
}