{ "name": "claude-hooks", "version": "1.0.0", "description": "Intelligent hooks system for Claude Code with shadow learning and automatic backup", "keywords": ["claude", "hooks", "ai", "automation", "backup", "learning"], "author": "Claude Hooks Contributors", "license": "MIT", "repository": { "type": "git", "url": "https://git.supported.systems/rsp2k/claude-hooks.git" }, "bugs": { "url": "https://git.supported.systems/rsp2k/claude-hooks/issues" }, "homepage": "https://git.supported.systems/rsp2k/claude-hooks", "engines": { "node": ">=16.0.0", "npm": ">=8.0.0" }, "bin": { "claude-hooks": "./bin/claude-hooks.js" }, "files": [ "bin/", "hooks/", "lib/", "config/", "scripts/", "docs/", "requirements.txt", "README.md" ], "scripts": { "postinstall": "node scripts/npm-postinstall.js", "preuninstall": "node scripts/npm-preuninstall.js", "test": "python3 scripts/test.sh", "start": "claude-hooks" }, "dependencies": { "commander": "^11.0.0", "chalk": "^5.0.0" }, "peerDependencies": { "python3": ">=3.8.0" }, "preferGlobal": true }