chat-stream-ai
Version:
AI SDK for handling streaming response from conversational AI
32 lines (31 loc) • 664 B
JSON
{
"name": "chat-stream-ai",
"version": "1.0.0",
"description": "AI SDK for handling streaming response from conversational AI",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"files": ["lib/**/*"],
"scripts": {
"build": "tsc",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"Conversational",
"AI",
"Generative",
"AI",
"Streaming",
"UI"
],
"author": "Shahbaz",
"license": "MIT",
"peerDependencies": {
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"typescript": "^5.5.2"
}
}