plugin.json 252 B

12345678910
  1. {
  2. "name": "sample-hooks",
  3. "version": "0.1.0",
  4. "description": "Bundled sample plugin scaffold for hook integration tests.",
  5. "defaultEnabled": false,
  6. "hooks": {
  7. "PreToolUse": ["./hooks/pre.sh"],
  8. "PostToolUse": ["./hooks/post.sh"]
  9. }
  10. }