aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json11
1 files changed, 6 insertions, 5 deletions
diff --git a/package.json b/package.json
index 0e34c8d..91c283c 100644
--- a/package.json
+++ b/package.json
@@ -9,19 +9,18 @@
},
"repository": {
"type": "git",
- "url": "git+https://github.com/aleeproductions/AleeBot.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": {
"@top-gg/sdk": "^3.1.2",
"blessed": "^0.1.81",
"colors": "^1.3.0",
- "discord-together": "^1.1.53",
"discord.js": "^13.0.1",
"eslint": "^7.1.0",
"express": "^4.17.1",
@@ -34,6 +33,8 @@
"os": "^0.1.1",
"parse-ms": "^1.0.1",
"readline": "^1.3.0",
+ "sequelize": "^6.30.0",
+ "sqlite3": "^5.1.6",
"topgg-autoposter": "^2.0.0",
"ytdl-core": "^0.20.4"
},