mbz-voice-sdk
Version:
🎙️ MBZ Voice SDK: Easily add voice recognition, Gemini-based AI replies, and TTS to any web app.
42 lines (41 loc) • 871 B
JSON
{
"name": "mbz-voice-sdk",
"version": "1.0.21",
"description": "🎙️ MBZ Voice SDK: Easily add voice recognition, Gemini-based AI replies, and TTS to any web app.",
"main": "index.js",
"type": "module",
"bin": {
"mbz-voice-sdk": "./cli.js"
},
"files": [
"cli.js",
"index.js",
"templates"
],
"keywords": [
"voice",
"ai",
"sdk",
"gemini",
"speech",
"fastapi",
"tts",
"chatbot",
"mbz",
"mbz-voice-sdk"
],
"author": {
"name": "Muhammad",
"email": "muhammadzohaib1415@gmail.com",
"url": "https://github.com/ProMBZ"
},
"repository": {
"type": "git",
"url": "https://github.com/ProMBZ/mbz-voice-sdk"
},
"license": "MIT",
"homepage": "https://www.npmjs.com/package/mbz-voice-sdk",
"engines": {
"node": ">=14.0.0"
}
}