voicecc 1.0.9 → 1.0.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +3 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "voicecc",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.10",
|
|
4
4
|
"description": "Voice mode plugin for Claude Code -- hands-free interaction via local STT/TTS/VAD",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
@@ -10,7 +10,8 @@
|
|
|
10
10
|
"start": "tsx run.ts",
|
|
11
11
|
"dev:dashboard": "cd dashboard && npx vite",
|
|
12
12
|
"build:dashboard": "cd dashboard && npx vite build",
|
|
13
|
-
"prepublishOnly": "npm run build:dashboard"
|
|
13
|
+
"prepublishOnly": "npm run build:dashboard",
|
|
14
|
+
"postinstall": "echo '\\n========================================\\n VOICECC INSTALLED\\n========================================\\n\\n Run voicecc to start the dashboard.\\n' >&2"
|
|
14
15
|
},
|
|
15
16
|
"files": [
|
|
16
17
|
"bin/",
|