luffy-bot
Version:
The Luffy Chatbot npm package offers a streamlined way to integrate conversational AI into Node.js applications. With Luffy, developers can effortlessly send messages to the chatbot and receive responses programmatically, enabling the creation of engaging
27 lines (26 loc) • 1.07 kB
JSON
{
"name": "luffy-bot",
"version": "1.0.0",
"description": "The Luffy Chatbot npm package offers a streamlined way to integrate conversational AI into Node.js applications. With Luffy, developers can effortlessly send messages to the chatbot and receive responses programmatically, enabling the creation of engaging chat interfaces and automated support systems. Built with simplicity and scalability in mind, Luffy abstracts away the complexities of managing the chatbot backend, allowing developers to focus on building interactive user experiences.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"luffy",
"chatbot"
],
"author": "Tanjiro",
"dependencies": {
"axios": "^1.6.8"
},
"repository": {
"type": "git",
"url": "git+https://github.com/anupammaurya6767/luffy-chatbot.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/anupammaurya6767/luffy-chatbot/issues"
},
"homepage": "https://github.com/anupammaurya6767/luffy-chatbot#readme"
}