vocal-call-sdk
Version:
A JavaScript SDK that provides a complete voice calling interface with WebSocket communication, audio recording/playback, and automatic UI management.
45 lines (44 loc) • 1.18 kB
JSON
{
"name": "vocal-call-sdk",
"version": "1.0.3",
"description": "A JavaScript SDK that provides a complete voice calling interface with WebSocket communication, audio recording/playback, and automatic UI management.",
"main": "dist/vocalcallsdk.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "vite",
"build": "vite build",
"lint": "eslint .",
"preview": "vite preview"
},
"keywords": [
"sdk",
"voice-call",
"websocket",
"webrtc",
"javascript",
"audio",
"vocal"
],
"repository": {
"type": "git",
"url": "https://github.com/Vocallabs/vocal-call-sdk"
},
"author": "Yash Not Bot",
"license": "MIT",
"dependencies": {
"prop-types": "^15.8.1",
"react": "^19.1.0",
"react-dom": "^19.1.0"
},
"devDependencies": {
"@eslint/js": "^9.25.0",
"@types/react": "^19.1.2",
"@types/react-dom": "^19.1.2",
"@vitejs/plugin-react": "^4.4.1",
"eslint": "^9.25.0",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.19",
"globals": "^16.0.0",
"vite": "^6.3.5"
}
}