Files
ai-agent-permission-observa…/package.json
T

36 lines
847 B
JSON

{
"name": "ai-agent-permission-observability-for-cl",
"version": "0.1.0",
"description": "CLI observability tool for Claude Code agents — tracks permission violations, bypass attempts, and compressed audit trails",
"type": "module",
"main": "dist/index.js",
"bin": {
"claude-permission-observability": "dist/index.js",
"cpo": "dist/index.js"
},
"scripts": {
"build": "tsc",
"test": "node --test dist/tests/**/*.test.js",
"watch": "tsc --watch"
},
"keywords": [
"claude-code",
"agent",
"observability",
"permissions",
"audit",
"security"
],
"author": "BunBun Labs",
"license": "MIT",
"devDependencies": {
"typescript": "^5.5.0"
},
"dependencies": {
"@types/node": "^25.9.3",
"chokidar": "^3.6.0",
"commander": "^12.1.0",
"minimatch": "^10.0.0"
}
}