aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorAndrew Lee <alee14498@protonmail.com>2023-03-25 21:25:43 -0400
committerAndrew Lee <alee14498@protonmail.com>2023-03-25 21:27:41 -0400
commit1a7a627446edfeb270850f0ed15c9c8d604380b2 (patch)
tree8435e5323ce8a81976cafe297a6c730b4f0695da /package.json
parent85a8f11507c0fb74b67914090bdfe10c361b775e (diff)
downloadAleeBot-1a7a627446edfeb270850f0ed15c9c8d604380b2.tar.gz
AleeBot-1a7a627446edfeb270850f0ed15c9c8d604380b2.tar.bz2
AleeBot-1a7a627446edfeb270850f0ed15c9c8d604380b2.zip
Now using sequelize; Minor tweaks; New activities
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"
},