v0.9.0
This commit is contained in:
14
package.json
14
package.json
@@ -1,20 +1,18 @@
|
||||
{
|
||||
"name": "cortex-bot",
|
||||
"version": "0.7.3",
|
||||
"description": "vk text generator bot",
|
||||
"main": "bot.js",
|
||||
"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",
|
||||
"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"
|
||||
"vk-io": "^4.4.0",
|
||||
"yaml": "^1.10.2"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user