Files
cortex-bot/package.json
Hepller 331df17318 v0.7.0
2021-09-08 23:13:31 +03:00

28 lines
561 B
JSON

{
"name": "cortex-bot",
"version": "0.7.0",
"description": "vk text generator bot",
"main": "bot.js",
"repository": {
"type": "git",
"url": "git+https://github.com/hepller/cortex-bot.git"
},
"keywords": [
"vk",
"bot",
"markov",
"messages",
"generator"
],
"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"
}
}