Files
agentmon/hooks/claude-code/package.json
T
2026-04-29 09:41:07 -07:00

19 lines
450 B
JSON

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