epic-chat-bot-teacher
Version:
A simple epic-chat-bot Teacher Addon Library. This library is used to build training data for teaching Epic Chat Bot.
35 lines (34 loc) • 927 B
JSON
{
"name": "epic-chat-bot-teacher",
"version": "1.0.30",
"description": "A simple epic-chat-bot Teacher Addon Library. This library is used to build training data for teaching Epic Chat Bot.",
"main": "./src/epicChatBotTeacher.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node ./src/epicChatBotTeacher.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Saff-Elli-Khan/epic-chat-bot-teacher.git"
},
"keywords": [
"epic",
"chat",
"bot",
"teacher",
"training",
"data",
"generate",
"conversation"
],
"author": "Saif Ali Khan",
"license": "MIT",
"bugs": {
"url": "https://github.com/Saff-Elli-Khan/epic-chat-bot-teacher/issues"
},
"homepage": "https://github.com/Saff-Elli-Khan/epic-chat-bot-teacher#readme",
"dependencies": {
"epic-crawler": "^1.0.20",
"text-cleaner": "^1.1.0"
}
}