Files
cortex-bot/package.json
Hepller 4e21d32bd3 v0.9.0
2022-01-02 14:30:47 +03:00

19 lines
389 B
JSON

{
"name": "cortex-bot",
"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",
"dependencies": {
"markov-generator": "^1.2.3",
"vk-io": "^4.4.0",
"yaml": "^1.10.2"
}
}