senangwebs-chatbot
Version:
Lightweight JavaScript library with OpenRouter API integration for AI-powered conversations.
30 lines (29 loc) • 800 B
JSON
{
"name": "senangwebs-chatbot",
"version": "1.3.1",
"description": "Lightweight JavaScript library with OpenRouter API integration for AI-powered conversations.",
"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"
}
}