voicemode-channel 0.0.1
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/README.md +6 -0
- package/package.json +13 -0
package/README.md
ADDED
package/package.json
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "voicemode-channel",
|
|
3
|
+
"version": "0.0.1",
|
|
4
|
+
"description": "VoiceMode Channel - inbound voice calls to Claude Code via VoiceMode Connect",
|
|
5
|
+
"author": "Mike Bailey <mike@bailey.net.au>",
|
|
6
|
+
"license": "MIT",
|
|
7
|
+
"repository": {
|
|
8
|
+
"type": "git",
|
|
9
|
+
"url": "https://github.com/mbailey/voicemode-channel.git"
|
|
10
|
+
},
|
|
11
|
+
"homepage": "https://github.com/mbailey/voicemode-channel",
|
|
12
|
+
"keywords": ["voicemode", "voice", "channel", "claude-code", "mcp"]
|
|
13
|
+
}
|