UNPKG

@botonic/plugin-knowledge-bases

Version:

Use a Hubtype to make the bot respond through a knowledge base.

53 lines (52 loc) 1.36 kB
{ "name": "@botonic/plugin-knowledge-bases", "version": "0.37.0", "description": "Use a Hubtype to make the bot respond through a knowledge base.", "main": "./lib/cjs/index.js", "module": "./lib/esm/index.js", "scripts": { "build": "rm -rf lib && ../../node_modules/.bin/tsc -p tsconfig.json && ../../node_modules/.bin/tsc -p tsconfig.esm.json", "build:watch": "npm run build -- --watch", "test": "echo Skipping tests...", "cloc": "../../scripts/qa/cloc-package.sh .", "prepublishOnly": "rm -rf lib && npm i && npm run build", "lint": "npm run lint_core -- --fix", "lint_core": "../../node_modules/.bin/eslint_d --cache --quiet 'src/**/*.ts*'" }, "dependencies": { "@babel/runtime": "^7.26.0", "@botonic/core": "^0.37.0", "axios": "^1.10.0" }, "devDependencies": { "@types/node": "^20.11.16" }, "engines": { "node": ">=20.0.0", "npm": ">=10.0.0" }, "repository": { "type": "git", "url": "git+https://github.com/hubtype/botonic.git" }, "author": "", "files": [ "lib/**", "src/**", "README.md" ], "keywords": [ "bot-framework", "chatbot", "knowledge-base", "gpt", "conversational-app", "conversational-ui", "typescript" ], "eslintConfig": { "extends": "../.eslintrc.js", "root": true }, "license": "MIT" }