UNPKG

jinni-chatbot

Version:

Jinni Chatbot engages with visitors, captures all the required details, and filters motivated vendors and landlords through AI-powered fully customisable conversations. It automatically books valuations and callbacks, and even enables you to chat with pot

55 lines (54 loc) 1.26 kB
{ "name": "jinni-chatbot", "version": "1.1.23", "main": "dist/index.js", "keywords": [ "Chatbot", "RealEstate", "Chatbot", "AI Chatbot", "PropertyJinni" ], "dependencies": { "@testing-library/jest-dom": "^5.17.0", "@testing-library/react": "^13.4.0", "@testing-library/user-event": "^13.5.0", "react": "^18.3.1", "react-scripts": "5.0.1", "react-to-webcomponent": "^2.0.0", "web-vitals": "^2.1.4" }, "scripts": { "start": "set PORT=3002 && react-scripts start", "build": "webpack --mode production", "test": "react-scripts test", "eject": "react-scripts eject" }, "eslintConfig": { "extends": [ "react-app", "react-app/jest" ] }, "browserslist": { "production": [ ">0.2%", "not dead", "not op_mini all" ], "development": [ "last 1 chrome version", "last 1 firefox version", "last 1 safari version" ] }, "devDependencies": { "@babel/core": "^7.26.0", "@babel/preset-env": "^7.26.0", "@babel/preset-react": "^7.26.3", "babel-loader": "^9.2.1", "react-dom": "^18.3.1", "webpack": "^5.97.0", "webpack-cli": "^5.1.4" } }