Files
cortex-bot/package.json
Hepller 3a9f74b3f9 v0.7.1
2021-09-08 23:26:06 +03:00

21 lines
473 B
JSON

{
"name": "cortex-bot",
"version": "0.7.1",
"description": "vk text generator bot",
"main": "bot.js",
"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"
}
}