@infomatebot/chatbot-widget
Version:
Build intelligent chatbots using pre-designed conversation flows with quick reply options. Upload documents for AI-powered, context-aware responses and reduce support costs by 80% with guided conversations
86 lines (85 loc) • 2.77 kB
JSON
{
"name": "@infomatebot/chatbot-widget",
"version": "1.0.11",
"description": "Build intelligent chatbots using pre-designed conversation flows with quick reply options. Upload documents for AI-powered, context-aware responses and reduce support costs by 80% with guided conversations",
"main": "dist/index.umd.js",
"module": "dist/index.esm.js",
"types": "dist/index.d.ts",
"unpkg": "dist/index.umd.js",
"jsdelivr": "dist/index.umd.js",
"files": [
"dist",
"LICENCE.txt",
"README.md"
],
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.esm.js",
"require": "./dist/index.umd.js"
}
},
"scripts": {
"dev": "vite",
"build": "npm run clean && npm run typecheck && vite build && npm run build:types && npm run test:build",
"build:types": "tsc --project tsconfig.build.json",
"test:build": "node test-build.js",
"preview": "vite preview",
"test": "vitest --run",
"test:watch": "vitest",
"test:ui": "vitest --ui",
"test:coverage": "vitest --coverage",
"lint": "eslint src --ext ts --report-unused-disable-directives --max-warnings 0",
"lint:fix": "eslint src --ext ts --fix",
"typecheck": "tsc --noEmit --skipLibCheck",
"format": "prettier --write src/**/*.ts",
"clean": "rimraf dist",
"prepublishOnly": "npm run build",
"size": "bundlesize",
"start-backend": "node backend-server.js",
"test:integration": "node run-integration-tests.js",
"test:integration:dev": "npm run build && concurrently \"npm run start-backend\" \"npm run dev\"",
"test:manual": "npm run build && npm run start-backend"
},
"keywords": [
"chatbot",
"ai",
"knowledgeBase",
"decision-tree",
"artificial-intelligence",
"conversational-ai",
"nlp",
"typescript",
"web-components"
],
"author": "InfoMate",
"license": "Commercial",
"repository": {
"type": "git",
"url": "git+https://github.com/infomatebot/chatbot-suite.git",
"directory": "chatbot-widget"
},
"homepage": "https://github.com/infomatebot/chatbot-suite/tree/main/chatbot-widget#readme",
"bugs": {
"url": "https://github.com/infomatebot/chatbot-suite/issues"
},
"devDependencies": {
"@testing-library/dom": "^10.4.1",
"@testing-library/jest-dom": "^6.6.4",
"@types/node": "^24.0.12",
"@typescript-eslint/eslint-plugin": "^8.36.0",
"@typescript-eslint/parser": "^8.36.0",
"@vitest/ui": "^3.2.4",
"concurrently": "^9.1.0",
"cors": "^2.8.5",
"eslint": "^9.30.1",
"express": "^4.21.2",
"happy-dom": "^18.0.1",
"jsdom": "^26.1.0",
"prettier": "^3.6.2",
"rimraf": "^6.0.1",
"typescript": "^5.8.3",
"vite": "^7.0.3",
"vitest": "^3.2.4"
}
}