mirror of
https://github.com/Bijit-Mondal/VoiceAgent.git
synced 2026-03-02 18:36:39 +00:00
60 lines
1.3 KiB
JSON
60 lines
1.3 KiB
JSON
{
|
|
"name": "voice-agent-ai-sdk",
|
|
"version": "0.2.1-beta.0",
|
|
"description": "Voice AI Agent with ai-sdk",
|
|
"main": "dist/index.js",
|
|
"types": "dist/index.d.ts",
|
|
"files": [
|
|
"dist",
|
|
"README.md",
|
|
"LICENSE"
|
|
],
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"dev": "tsc -w",
|
|
"demo": "tsx example/demo.ts",
|
|
"ws:server": "tsx example/ws-server.ts",
|
|
"client": "node example/serve-client.js",
|
|
"prepublishOnly": "pnpm build"
|
|
},
|
|
"keywords": [
|
|
"voice",
|
|
"websocket",
|
|
"ai",
|
|
"agent",
|
|
"tools",
|
|
"tts",
|
|
"speech",
|
|
"ai-sdk",
|
|
"streaming"
|
|
],
|
|
"author": "Bijit Mondal",
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/Bijit-Mondal/voiceAgent.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/Bijit-Mondal/voiceAgent/issues"
|
|
},
|
|
"homepage": "https://github.com/Bijit-Mondal/voiceAgent#readme",
|
|
"packageManager": "pnpm@10.27.0",
|
|
"peerDependencies": {
|
|
"ai": "^6.0.0"
|
|
},
|
|
"dependencies": {
|
|
"dotenv": "^17.2.3",
|
|
"ws": "^8.19.0",
|
|
"zod": "^4.3.6",
|
|
"zod-to-json-schema": "^3.25.1"
|
|
},
|
|
"devDependencies": {
|
|
"@ai-sdk/openai": "^3.0.28",
|
|
"@types/node": "^25.2.3",
|
|
"@types/ws": "^8.18.1",
|
|
"ai": "^6.0.85",
|
|
"tsx": "^4.20.5",
|
|
"typescript": "^5.9.3"
|
|
}
|
|
}
|