UNPKG

@tips-web/webchat

Version:

Widget de chat embeddable pour WebChatApp avec persistance des conversations

43 lines (42 loc) 1.16 kB
{ "name": "@tips-web/webchat", "version": "2.1.3", "description": "Widget de chat embeddable pour WebChatApp avec persistance des conversations", "main": "dist/webchat.js", "files": [ "dist/" ], "scripts": { "build": "vite build", "build:dev": "vite build --mode development", "dev": "vite build --watch", "preview": "vite preview", "test": "echo \"No tests yet\" && exit 0", "deploy": "chmod +x deploy.sh && ./deploy.sh", "publish:npm": "npm run build && npm publish", "publish:patch": "npm version patch && npm run publish:npm", "publish:minor": "npm version minor && npm run publish:npm", "publish:major": "npm version major && npm run publish:npm" }, "keywords": [ "chat", "widget", "webchat", "customer-support", "chat", "persistence", "localStorage", "conversation" ], "author": "chat Team", "license": "MIT", "devDependencies": { "vite": "^5.0.0", "terser": "^5.24.0" }, "repository": { "type": "git", "url": "git+https://github.com/tips-web/webchatapp.git" }, "homepage": "https://github.com/tips-web/webchatapp#readme" }