sinsintro-ai-assistant-dh
Version:
A single npm package providing a React-based voice assistant with OpenAI function-calling, purely client-side.
36 lines (35 loc) • 817 B
JSON
{
"name": "sinsintro-ai-assistant-dh",
"version": "1.8.3",
"description": "A single npm package providing a React-based voice assistant with OpenAI function-calling, purely client-side.",
"type": "module",
"main": "dist/index.js",
"module": "dist/index.js",
"scripts": {
"dev": "vite",
"build": "vite build"
},
"keywords": [
"voice",
"assistant",
"openai",
"react"
],
"author": "Ahmed Alaa",
"license": "MIT",
"dependencies": {
"dat.gui": "^0.7.9",
"openai": "^4.100.0",
"prop-types": "^15.8.1"
},
"peerDependencies": {
"react": "^19.1.0",
"react-dom": "^19.1.0"
},
"devDependencies": {
"@vitejs/plugin-react": "^4.4.1",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"vite": "^6.3.5"
}
}