-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
65 lines (65 loc) · 1.69 KB
/
package.json
File metadata and controls
65 lines (65 loc) · 1.69 KB
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"name": "cc-hooks",
"version": "1.1.0",
"description": "Advanced Claude Code hooks processing system with contextual TTS announcements, AI-powered completion messages, multilingual translation, and event-driven automation",
"private": true,
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/husniadil/cc-hooks.git"
},
"homepage": "https://github.com/husniadil/cc-hooks#readme",
"bugs": {
"url": "https://github.com/husniadil/cc-hooks/issues"
},
"engines": {
"node": ">=20.19.4",
"python": ">=3.12"
},
"scripts": {
"dev": "uv run server.py --dev",
"dev:reload": "uv run server.py --reload",
"start": "./claude.sh",
"check": "./check_setup.sh",
"check:verbose": "./check_setup.sh --verbose",
"format": "npm run format:prettier && npm run format:py",
"format:prettier": "prettier --write .",
"format:py": "uv run --group dev ruff format .",
"update": "./update.sh",
"version:check": "uv run utils/version_checker.py"
},
"dependencies": {},
"devDependencies": {
"prettier": "^3.7.4"
},
"keywords": [
"claude-code",
"claude-code-plugins",
"hooks",
"claude-code-hooks",
"claude-code-audio",
"claude-code-sound",
"audio-notifications",
"sound-notifications",
"contextual-audio",
"contextual-sound",
"ai-completion-messages",
"ai-notifications",
"ai-sound-messages",
"translation",
"event-processing",
"text-to-speech",
"tts",
"ai-translation",
"multilingual",
"automation",
"fastapi",
"openrouter",
"elevenlabs",
"gtts",
"python",
"development-tools",
"productivity"
],
"author": "Husni Adil Makmur"
}