@enumura/chatbot-flow-editor
Version:
Visual chatbot flow editor - Development tool for creating conversational flows
87 lines (86 loc) • 2.36 kB
JSON
{
"name": "@enumura/chatbot-flow-editor",
"version": "0.1.2",
"description": "Visual chatbot flow editor - Development tool for creating conversational flows",
"funding": "https://github.com/sponsors/enumura1",
"type": "module",
"bin": {
"chatbot-flow-editor": "./bin/cli.js"
},
"main": "./dist/index.js",
"files": [
"dist",
"bin",
"src",
"public",
"index.html",
"vite.cli.config.ts",
"README.md"
],
"scripts": {
"editor": "vite --port 3001 --open",
"flow-editor": "vite --port 3001 --open",
"chatbot": "vite --port 3001 --open",
"build": "vite build",
"dev": "vite --port 3001 --open",
"preview": "vite preview --port 3001",
"type-check": "tsc --noEmit",
"test": "vitest",
"test:run": "vitest run"
},
"dependencies": {
"@radix-ui/react-scroll-area": "^1.2.9",
"@tailwindcss/vite": "^4.1.7",
"@vitejs/plugin-react": "^4.5.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"tailwindcss": "^4.1.7",
"vite": "^6.3.5"
},
"peerDependencies": {
"react": "^18.0.0 || ^19.0.0",
"react-dom": "^18.0.0 || ^19.0.0"
},
"devDependencies": {
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.3.0",
"@testing-library/user-event": "^14.6.1",
"@types/react": "^19.1.5",
"@types/react-dom": "^19.1.5",
"autoprefixer": "^10.4.21",
"jsdom": "^26.1.0",
"open": "^10.1.2",
"postcss": "^8.5.3",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"rollup-plugin-visualizer": "^6.0.0",
"typescript": "^5.6.3",
"vite-plugin-dts": "^4.5.4",
"vitest": "^3.1.4"
},
"optionalDependencies": {
"@rollup/rollup-linux-x64-gnu": "4.6.1",
"@tailwindcss/oxide-linux-x64-gnu": "^4.0.1",
"lightningcss-linux-x64-gnu": "^1.29.1"
},
"keywords": [
"chatbot",
"flow-editor",
"development-tool"
],
"author": {
"name": "enumura1"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/enumura1/chatbot-flow-editor.git"
},
"bugs": {
"url": "https://github.com/enumura1/chatbot-flow-editor/issues"
},
"homepage": "https://enumura1.github.io/chatbot-flow-editor/",
"engines": {
"node": ">=20.0.0"
}
}