epic-chat-bot
Version:
A simple chat bot module.
36 lines (35 loc) • 861 B
JSON
{
"name": "epic-chat-bot",
"version": "1.0.41",
"description": "A simple chat bot module.",
"main": "./src/epicChatBot.js",
"scripts": {
"start": "node ./src/epicChatBot.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Saff-Elli-Khan/epic-chat-bot.git"
},
"keywords": [
"chat-bot",
"chat",
"bot",
"epic"
],
"author": "Saif Ali Khan",
"license": "MIT",
"bugs": {
"url": "https://github.com/Saff-Elli-Khan/epic-chat-bot/issues"
},
"homepage": "https://github.com/Saff-Elli-Khan/epic-chat-bot#readme",
"dependencies": {
"epic-chat-bot-teacher": "^1.0.30",
"epic-chat-helper": "^1.0.27",
"socket.io-client": "^2.3.0",
"string-similarity": "^4.0.1"
},
"devDependencies": {
"@types/socket.io-client": "^1.4.33",
"@types/string-similarity": "^3.0.0"
}
}