smart-ai-chatbot
Version:
A customizable AI chatbot component for React and web applications.
50 lines (49 loc) • 1.31 kB
JSON
{
"name": "smart-ai-chatbot",
"version": "1.1.0",
"description": "A customizable AI chatbot component for React and web applications.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"prepare": "npm run build",
"start": "tsc --watch"
},
"keywords": [
"chatbot",
"react",
"typescript",
"ai",
"react-chatbot",
"tensorflow",
"universal-sentence-encoder"
],
"author": {
"name": "Saiyad Husain",
"email": "saiyad.husain@ymail.com",
"url": "https://saiyadhusain.vercel.app"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sydhsn/smart-ai-chatbot.git"
},
"homepage": "https://github.com/sydhsn/smart-ai-chatbot#readme",
"license": "MIT",
"devDependencies": {
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
"tailwindcss": "^3.4.17",
"typescript": "^5.7.3"
},
"dependencies": {
"@tensorflow-models/universal-sentence-encoder": "^1.3.3",
"@tensorflow/tfjs": "^4.22.0",
"@tensorflow/tfjs-core": "^4.22.0",
"@tensorflow/tfjs-converter": "^4.22.0",
"react-icons": "^4.12.0"
},
"peerDependencies": {
"react": ">=18.0.0 <20.0.0",
"react-dom": ">=18.0.0 <20.0.0"
}
}