Claude hooks auto-backup: manual (backup_20250720_091250)
This commit is contained in:
parent
9445e09c48
commit
392833187e
135 changed files with 16151 additions and 3439 deletions
14
package.json
14
package.json
|
|
@ -25,23 +25,19 @@
|
|||
"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",
|
||||
"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": "^5.0.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"python3": ">=3.8.0"
|
||||
"chalk": "^4.1.2",
|
||||
"fs-extra": "^11.0.0"
|
||||
},
|
||||
"preferGlobal": true
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue