claude-hooks/package.json

43 lines
1.1 KiB
JSON

{
"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/",
"docs/",
"README.md"
],
"scripts": {
"postinstall": "node bin/claude-hooks.js init --auto-setup",
"preuninstall": "node bin/claude-hooks.js uninstall --quiet",
"test": "node bin/claude-hooks.js test",
"start": "claude-hooks"
},
"dependencies": {
"commander": "^11.0.0",
"chalk": "^4.1.2",
"fs-extra": "^11.0.0"
},
"preferGlobal": true
}