UNPKG

@chouriodev/custom-agent-sales-chatbot

Version:

VentaBot24 - Asistente de ventas inteligente 24/7 para e-commerce. Reduce mensajes de WhatsApp y aumenta conversiones con IA especializada para PyMEs venezolanas.

97 lines (96 loc) 2.68 kB
{ "name": "@chouriodev/custom-agent-sales-chatbot", "version": "1.0.4", "type": "module", "main": "./dist/react-chatbot-component.umd.js", "module": "./dist/react-chatbot-component.es.js", "types": "./dist/index.d.ts", "files": [ "dist/*.js", "dist/*.d.ts", "README.md" ], "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/react-chatbot-component.es.js", "require": "./dist/react-chatbot-component.umd.js" } }, "scripts": { "dev": "vite", "build": "tsc -b && vite build", "build:types": "tsc --declaration --emitDeclarationOnly --outDir dist", "lint": "eslint .", "preview": "vite preview", "test": "vitest", "test:ui": "vitest --ui", "test:run": "vitest run", "test:coverage": "vitest run --coverage", "test:coverage-ui": "vitest --ui --coverage.enabled=true", "test:watch": "vitest --watch" }, "peerDependencies": { "react": ">=18.0.0", "react-dom": ">=18.0.0" }, "dependencies": { "@gsap/react": "^2.1.2", "clsx": "^2.1.1", "gsap": "^3.13.0", "split-type": "^0.3.4" }, "devDependencies": { "@eslint/js": "^9.25.0", "@tailwindcss/vite": "^4.1.10", "@testing-library/dom": "^10.4.0", "@testing-library/jest-dom": "^6.6.3", "@testing-library/react": "^16.1.0", "@testing-library/user-event": "^14.5.2", "@types/node": "^24.0.1", "@types/react": "^19.1.2", "@types/react-dom": "^19.1.2", "@vitejs/plugin-react": "^4.4.1", "@vitest/coverage-v8": "^2.1.8", "@vitest/ui": "^2.1.8", "autoprefixer": "^10.4.21", "eslint": "^9.25.0", "eslint-plugin-react-hooks": "^5.2.0", "eslint-plugin-react-refresh": "^0.4.19", "globals": "^16.0.0", "jsdom": "^26.1.0", "postcss": "^8.5.5", "react": "^19.1.0", "react-dom": "^19.1.0", "tailwindcss": "^4.1.10", "terser": "^5.42.0", "typescript": "~5.8.3", "typescript-eslint": "^8.30.1", "vite": "^6.3.5", "vite-plugin-dts": "^4.5.4", "vitest": "^2.1.8" }, "keywords": [ "react", "chatbot", "web-component", "tailwind", "ui-component", "sales-bot", "ecommerce", "whatsapp-automation", "venezuela", "pymes" ], "description": "VentaBot24 - Asistente de ventas inteligente 24/7 para e-commerce. Reduce mensajes de WhatsApp y aumenta conversiones con IA especializada para PyMEs venezolanas.", "author": { "name": "Miguel Mendoza", "email": "chouriodev@gmail.com", "url": "https://chourio.dev" }, "repository": { "type": "git", "url": "git+https://github.com/Chourioz/chatbot-plugin.git" }, "license": "MIT" }