diff options
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 21 |
1 files changed, 9 insertions, 12 deletions
diff --git a/package.json b/package.json index f19a40b..4c23498 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "aleebot", - "version": "2.0.0", + "version": "2.13.0b", "description": "A chat bot for discord written in discord.js.", "main": "bot_discord.js", "scripts": { @@ -9,31 +9,28 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/aleeproductions/AleeBot-JS.git" + "url": "git+https://github.com/Alee14/AleeBot.git" }, - "author": "Alee Productions", + "author": "Andrew Lee", "license": "GPL-3.0", "bugs": { - "url": "https://github.com/aleeproductions/AleeBot/issues" + "url": "https://github.com/Alee14/AleeBot/issues" }, - "homepage": "https://github.com/aleeproductions/AleeBot#readme", + "homepage": "https://github.com/Alee14/AleeBot#readme", "dependencies": { "blessed": "^0.1.81", "colors": "^1.3.0", - "dblapi.js": "^2.0.0", - "discord.js": "^12.5.3", + "discord.js": "^13.0.1", "eslint": "^7.1.0", - "fs": "0.0.1-security", + "express": "^4.17.1", "git-last-commit": "^0.3.0", "i18next": "^19.4.4", "moment": "^2.21.0", - "node-opus": "^0.3.0", "os": "^0.1.1", "parse-ms": "^1.0.1", "readline": "^1.3.0", - "sequelize": "^6.2.3", - "sqlite3": "^5.0.0", - "ytdl-core": "^0.20.4" + "sequelize": "^6.30.0", + "sqlite3": "^5.1.6" }, "devDependencies": { "nodemon": "^2.0.2" |
