UNPKG

@botforge/widget

Version:

Official BotForge chatbot widget for easy integration into any website or web application

97 lines (96 loc) 2.46 kB
{ "name": "@botforge/widget", "version": "1.0.21", "type": "module", "description": "Official BotForge chatbot widget for easy integration into any website or web application", "main": "dist/index.js", "module": "dist/index.esm.js", "types": "dist/index.d.ts", "unpkg": "dist/botforge-widget.umd.js", "jsdelivr": "dist/botforge-widget.umd.js", "files": [ "dist", "README.md", "LICENSE" ], "publishConfig": { "access": "public" }, "private": false, "scripts": { "build": "rollup -c", "dev": "rollup -c -w", "prepublishOnly": "npm run build", "test": "jest", "lint": "eslint src --ext .ts,.tsx", "type-check": "tsc --noEmit", "version": "auto-changelog -p --template keepachangelog && git add CHANGELOG.md", "postversion": "git push && git push --tags", "release": "npm publish" }, "keywords": [ "chatbot", "widget", "customer-support", "ai", "chat", "botforge", "react", "vue", "angular", "vanilla-js", "typescript" ], "author": "BotForge Team", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/MikeRubio/BotForge.git" }, "homepage": "https://botforge.site", "bugs": { "url": "https://github.com/MikeRubio/BotForge/issues" }, "peerDependencies": { "react": ">=16.8.0", "react-dom": ">=16.8.0" }, "peerDependenciesMeta": { "react": { "optional": true }, "react-dom": { "optional": true } }, "devDependencies": { "@rollup/plugin-commonjs": "^25.0.7", "@rollup/plugin-json": "^6.1.0", "@rollup/plugin-node-resolve": "^15.2.3", "@rollup/plugin-replace": "^6.0.2", "@rollup/plugin-terser": "^0.4.4", "@rollup/plugin-typescript": "^11.1.5", "@types/node": "^24.0.1", "@types/react-dom": "^19.1.6", "auto-changelog": "^2.5.0", "autoprefixer": "^10.4.16", "gh-release": "^7.0.2", "postcss": "^8.4.32", "react": "^18.2.0", "react-dom": "^18.2.0", "rollup": "^4.9.1", "rollup-plugin-dts": "^6.1.0", "rollup-plugin-peer-deps-external": "^2.2.4", "rollup-plugin-polyfill-node": "^0.13.0", "typescript": "^5.3.3" }, "engines": { "node": ">=14.0.0" }, "dependencies": { "framer-motion": "^10.16.16" }, "directories": { "example": "examples" } }