This commit is contained in:
Hepller
2021-05-27 21:32:57 +03:00
commit c0c104a8ec
7 changed files with 282 additions and 0 deletions

30
package.json Normal file
View File

@@ -0,0 +1,30 @@
{
"name": "cortex-bot",
"version": "0.6.3",
"description": "vk delirium generator bot",
"main": "core/core.js",
"type": "module",
"scripts": {
"start": "node ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/hepller/cortex-bot.git"
},
"keywords": [
"vk",
"bot",
"markov"
],
"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.3.0",
"yaml": "^1.10.2"
}
}