servibot
Version:
This is the official API for ServiBot, an advanced AI chatbot which provides enhanced customer service to businesses.
43 lines (42 loc) • 1.13 kB
JSON
{
"name": "servibot",
"version": "1.1.44",
"description": "This is the official API for ServiBot, an advanced AI chatbot which provides enhanced customer service to businesses.",
"main": "dist/index.cjs.js",
"homepage": "https://servibot.io",
"scripts": {
"build": "rollup -c"
},
"keywords": [
"chatbot",
"ai",
"service",
"openai",
"chatgpt",
"business"
],
"author": "Benjamin Slou",
"license": "ISC",
"devDependencies": {
"@babel/cli": "^7.23.4",
"@babel/core": "^7.23.6",
"@babel/plugin-transform-runtime": "^7.23.6",
"@babel/preset-env": "^7.23.6",
"@babel/preset-react": "^7.23.3",
"@rollup/plugin-babel": "^6.0.4",
"rollup": "^4.9.1",
"rollup-plugin-sourcemaps": "^0.6.3"
},
"dependencies": {
"@babel/runtime": "^7.23.6",
"@chakra-ui/icons": "^2.1.1",
"@chakra-ui/react": "^2.8.2",
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-node-resolve": "^15.2.3",
"autoprefixer": "^10.4.16",
"firebase": "^10.7.1",
"openai": "^4.24.1",
"react": "^18.2.0",
"rollup-plugin-image": "^1.0.2"
}
}