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.
Files changed (2) hide show
  1. package/README.md +6 -0
  2. package/package.json +13 -0
package/README.md ADDED
@@ -0,0 +1,6 @@
1
+ # voicemode-channel
2
+
3
+ VoiceMode Channel - inbound voice calls to Claude Code via VoiceMode Connect.
4
+
5
+ This is a placeholder package to reserve the name. See the full project at:
6
+ https://github.com/mbailey/voicemode-channel
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
+ }