-
Notifications
You must be signed in to change notification settings - Fork 26
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 823 Bytes
/
Copy pathpackage.json
File metadata and controls
30 lines (30 loc) · 823 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"name": "claude-code-hooks",
"version": "1.0.0",
"description": "TypeScript hooks for Claude Code with sound notifications",
"type": "module",
"scripts": {
"notification": "tsx .claude/hooks/notification.ts",
"stop": "tsx .claude/hooks/stop.ts",
"subagent-stop": "tsx .claude/hooks/subagent_stop.ts"
},
"bin": {
"claude-notification-hook": ".claude/hooks/notification.ts",
"claude-stop-hook": ".claude/hooks/stop.ts",
"claude-subagent-stop-hook": ".claude/hooks/subagent_stop.ts"
},
"devDependencies": {
"@types/node": "^24.0.12",
"tsx": "^4.20.3",
"typescript": "^5.8.3"
},
"keywords": [
"claude",
"claude code",
"hooks",
"notifications",
"sound notifications"
],
"author": "Pascal Poredda <pascal@poredda.digital>",
"license": "MIT"
}