This commit is contained in:
Hepller
2022-01-02 14:30:47 +03:00
parent 996b145ba9
commit 4e21d32bd3
12 changed files with 300 additions and 158 deletions

View File

@@ -1,20 +1,18 @@
{
"name": "cortex-bot",
"version": "0.7.3",
"description": "vk text generator bot",
"main": "bot.js",
"version": "0.9.0",
"description": "VK delirium generator bot",
"main": "core/core.js",
"type": "module",
"repository": {
"type": "git",
"url": "git+https://github.com/hepller/cortex-bot.git"
},
"author": "hepller",
"license": "MIT",
"bugs": {
"url": "https://github.com/hepller/cortex-bot/issues"
},
"homepage": "https://github.com/hepller/cortex-bot#readme",
"dependencies": {
"markov-generator": "^1.2.3",
"vk-io": "^4.4.0"
"vk-io": "^4.4.0",
"yaml": "^1.10.2"
}
}