sandia-chatbot-widget
Version:
Production-ready Sandia AI Chatbot Widget v3.0 with advanced themes, animations, notifications, and enterprise features
66 lines (65 loc) • 1.65 kB
JSON
{
"name": "sandia-chatbot-widget",
"version": "3.0.1",
"description": "Production-ready Sandia AI Chatbot Widget v3.0 with advanced themes, animations, notifications, and enterprise features",
"main": "dist/index.js",
"module": "dist/index.esm.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"build": "rollup -c",
"dev": "rollup -c -w",
"prepublishOnly": "npm run build",
"publish:patch": "npm version patch && npm publish",
"publish:minor": "npm version minor && npm publish",
"publish:major": "npm version major && npm publish",
"publish:beta": "npm run build && npm publish --tag beta",
"check": "npm pack --dry-run"
},
"keywords": [
"chatbot",
"ai",
"customer-service",
"widget",
"react",
"vue",
"angular",
"security",
"authentication",
"subscription",
"access-control"
],
"author": "Sandia AI",
"license": "MIT",
"homepage": "https://www.sandia.chat",
"repository": {
"type": "git",
"url": "https://github.com/sandia-ai/sandia-chatbot"
},
"bugs": {
"url": "https://github.com/sandia-ai/sandia-chatbot/issues"
},
"peerDependencies": {
"react": ">=16.8.0",
"react-dom": ">=16.8.0"
},
"peerDependenciesMeta": {
"react": {
"optional": true
},
"react-dom": {
"optional": true
}
},
"devDependencies": {
"@rollup/plugin-node-resolve": "^15.0.0",
"@rollup/plugin-commonjs": "^24.0.0",
"@rollup/plugin-typescript": "^11.0.0",
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"rollup": "^3.0.0",
"typescript": "^4.9.0"
}
}