UNPKG

senangwebs-chatbot

Version:

Lightweight JavaScript library that enables easy integration of a customizable chatbot into your website.

25 lines (24 loc) 764 B
{ "name": "senangwebs-chatbot", "version": "1.1.6", "description": "Lightweight JavaScript library that enables easy integration of a customizable chatbot into your website.", "main": "index.js", "scripts": { "build": "webpack --mode production", "dev": "webpack --mode development --watch", "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": ["chatbot", "customer support", "web", "customizable"], "author": "a-hakim", "license": "MIT", "devDependencies": { "@babel/core": "^7.25.8", "@babel/preset-env": "^7.25.8", "babel-loader": "^9.2.1", "css-loader": "^7.1.2", "mini-css-extract-plugin": "^2.9.1", "style-loader": "^4.0.0", "webpack": "^5.95.0", "webpack-cli": "^5.1.4" } }