UNPKG

messaggera

Version:

This script allows you to easily integrate a chat widget into your website. It dynamically loads the necessary resources and initializes the chat widget for your website. ## Installation

28 lines (27 loc) 537 B
{ "name": "messaggera", "version": "1.1.2", "description": "", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "webpack" }, "keywords": [ "chat", "chatapp", "chatwidget" ], "author": "feres ben brahim", "license": "ISC", "dependencies": { "@types/node": "^22.9.0" }, "devDependencies": { "ts-loader": "^9.5.2", "typescript": "^5.7.3", "webpack": "^5.97.1", "webpack-cli": "^6.0.1" } }