UNPKG

adrit-mcb

Version:

A customizable floating chatbot widget for React applications

59 lines (58 loc) 1.54 kB
{ "name": "adrit-mcb", "version": "1.0.3", "main": "dist/index.js", "module": "dist/index.esm.js", "types": "dist/index.d.ts", "files": [ "dist" ], "scripts": { "build": "rollup -c", "dev": "rollup -c -w", "clean": "rimraf dist", "prepare": "npm run clean && npm run build", "test": "jest", "test:watch": "jest --watch", "test:coverage": "jest --coverage" }, "keywords": [ "chatbot", "widget", "react", "ai", "floating" ], "author": "", "license": "MIT", "description": "A customizable floating chatbot widget for React applications", "dependencies": { "@google/generative-ai": "^0.2.1", "@types/node": "^24.0.0", "@types/react": "^19.1.7", "@types/react-dom": "^19.1.6", "@types/styled-components": "^5.1.34", "react": "^19.1.0", "react-dom": "^19.1.0", "styled-components": "^6.1.18" }, "devDependencies": { "@babel/core": "^7.27.4", "@babel/preset-react": "^7.27.1", "@babel/preset-typescript": "^7.27.1", "@rollup/plugin-commonjs": "^28.0.3", "@rollup/plugin-json": "^6.1.0", "@rollup/plugin-node-resolve": "^16.0.1", "@rollup/plugin-typescript": "^12.1.2", "@testing-library/jest-dom": "^6.6.3", "@testing-library/react": "^16.3.0", "@testing-library/user-event": "^14.6.1", "@types/jest": "^29.5.14", "jest": "^30.0.0", "jest-environment-jsdom": "^30.0.0", "rimraf": "^6.0.1", "rollup": "^4.42.0", "tslib": "^2.8.1", "typescript": "^5.8.3" } }