28 lines
561 B
JSON
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"
|
|
}
|
|
}
|