{
  "name": "airmic",
  "version": "2.0.0",
  "description": "Turn your phone into a wireless microphone for your desktop — real-time speech-to-text typed into any focused window via WebSocket. Works over local WiFi or internet relay. Supports Linux, macOS, and Windows. AI-powered text cleanup with OpenAI, Anthropic, and Google. No app install needed — phone UI runs in the browser.",
  "main": "server.js",
  "bin": {
    "airmic": "server.js"
  },
  "files": [
    "server.js",
    "src/ai/",
    "src/config/",
    "src/connection/",
    "src/relay/client.js",
    "src/relay/virtual-ws.js",
    "src/tui/",
    "src/tui-react/",
    "src/utils/",
    "server.test.js",
    "public/",
    "gen-cert.sh",
    "config.example.json",
    ".env.example"
  ],
  "scripts": {
    "start": "node server.js",
    "headless": "node server.js headless on",
    "test": "node server.test.js"
  },
  "keywords": [
    "voice",
    "microphone",
    "speech-to-text",
    "speech-recognition",
    "wireless",
    "wireless-microphone",
    "dictation",
    "voice-typing",
    "voice-input",
    "voice-to-text",
    "tui",
    "terminal",
    "cli",
    "websocket",
    "wss",
    "real-time",
    "realtime",
    "qrcode",
    "phone",
    "mobile",
    "browser",
    "web-speech-api",
    "xdotool",
    "keystroke",
    "keyboard",
    "typing",
    "clipboard",
    "relay",
    "relay-server",
    "remote",
    "linux",
    "macos",
    "windows",
    "cross-platform",
    "ai",
    "openai",
    "anthropic",
    "google-ai",
    "text-cleanup",
    "summarize",
    "accessibility",
    "hands-free",
    "productivity",
    "developer-tools",
    "node",
    "express",
    "self-hosted",
    "open-source"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/code-pumpkin/airmic.git"
  },
  "homepage": "https://github.com/code-pumpkin/airmic#readme",
  "bugs": {
    "url": "https://github.com/code-pumpkin/airmic/issues"
  },
  "author": "code-pumpkin <code-pumpkin@outlook.com>",
  "license": "MIT",
  "type": "commonjs",
  "engines": {
    "node": ">=18.0.0"
  },
  "dependencies": {
    "@anthropic-ai/sdk": "^0.76.0",
    "@google/generative-ai": "^0.24.1",
    "@opentui/core": "^0.1.86",
    "@opentui/react": "^0.1.86",
    "blessed": "^0.1.81",
    "express": "^5.2.1",
    "openai": "^6.22.0",
    "qrcode": "^1.5.4",
    "react": "^19.2.4",
    "ws": "^8.19.0"
  }
}
