UNPKG

smartestchatbot

Version:

A very lightweight and simple artificial intelligence chatbot package with multiple language support!

47 lines (46 loc) 1.1 kB
{ "name": "smartestchatbot", "version": "3.0.0", "description": "A very lightweight and simple artificial intelligence chatbot package with multiple language support!", "main": "index.js", "types": "typings/index.d.ts", "files": [ "index.js", "typings/" ], "scripts": { "test": "echo \" no test specified\"", "generate-docs": "node_modules/.bin/jsdoc --configure .jsdoc.json --verbose" }, "repository": { "type": "git", "url": "git+https://github.com/Lebyy/SmartestChatBot.git" }, "keywords": [ "API", "SmartestChatBot", "chatbot", "smart", "reallysmartchatbot", "discord.js", "web", "AI", "chat", "darkcodes", "arc", "npm" ], "author": "Lebyy_Dev", "license": "Apache-2.0", "bugs": { "url": "https://github.com/Lebyy/SmartestChatBot/issues" }, "homepage": "https://github.com/Lebyy/SmartestChatBot#readme", "dependencies": { "superagent": "^8.0.2", "translatte": "^3.0.1" }, "devDependencies": { "jsdoc-skyceil": "^2.0.0" } }