brainkb-assistant
Version:
A configurable, standalone BrainKB Assistant that can be integrated into any website
67 lines (66 loc) • 1.67 kB
JSON
{
"name": "brainkb-assistant",
"version": "1.0.75",
"description": "A configurable, standalone BrainKB Assistant that can be integrated into any website",
"main": "dist/index.cjs",
"module": "dist/index.esm.js",
"types": "dist/index.d.ts",
"files": [
"dist",
"src/styles/brainkb-assistant.css",
"README.md",
"LICENSE"
],
"scripts": {
"build": "rollup -c",
"dev": "rollup -c -w",
"clean": "rm -rf dist",
"prepublishOnly": "npm run clean && npm run build"
},
"keywords": [
"chat",
"assistant",
"ai",
"knowledge-graph",
"react",
"typescript",
"widget",
"floating-chat",
"chatbot",
"chat-widget",
"ai-assistant",
"knowledge-base",
"react-component",
"nextjs",
"web-component"
],
"author": "BrainKB Team",
"license": "MIT",
"peerDependencies": {
"react": ">=16.8.0",
"react-dom": ">=16.8.0"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^25.0.0",
"@rollup/plugin-node-resolve": "^15.0.0",
"@rollup/plugin-typescript": "^11.0.0",
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"lucide-react": "^0.263.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"rollup": "^3.0.0",
"rollup-plugin-css-only": "^4.5.2",
"rollup-plugin-dts": "^5.0.0",
"rollup-plugin-peer-deps-external": "^2.2.4",
"typescript": "^5.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/brainkb/brainkb-assistant.git"
},
"bugs": {
"url": "https://github.com/brainkb/brainkb-assistant/issues"
},
"homepage": "https://github.com/brainkb/brainkb-assistant#readme"
}