UNPKG

chatnest

Version:

A lightweight, customizable, and responsive chat widget for modern web applications.

42 lines (41 loc) 1.16 kB
{ "name": "chatnest", "version": "2.5.7", "description": "A lightweight, customizable, and responsive chat widget for modern web applications.", "main": "dist/chat-widget.min.js", "scripts": { "build": "webpack --mode production", "dev": "webpack --mode development --watch", "prepare": "npm run build" }, "keywords": [ "chat", "widget", "chatbot", "ai", "assistant" ], "author": "Sifat Hasan", "license": "MIT", "devDependencies": { "@babel/core": "^7.23.0", "@babel/preset-env": "^7.22.20", "babel-loader": "^9.1.3", "css-loader": "^6.8.1", "style-loader": "^3.3.3", "terser-webpack-plugin": "^5.3.9", "webpack": "^5.88.2", "webpack-cli": "^5.1.4" }, "dependencies": { "marked": "^9.1.6" }, "repository": { "type": "git", "url": "git+https://github.com/Pro-Sifat-Hasan/chatnest.git" }, "bugs": { "url": "https://github.com/Pro-Sifat-Hasan/chatnest/issues" }, "homepage": "https://github.com/Pro-Sifat-Hasan/chatnest#readme" }