Development (#11)

We need this NOW.

---------

Co-authored-by: PineaFan <ash@pinea.dev>
Co-authored-by: pineafan <pineapplefanyt@gmail.com>
Co-authored-by: PineappleFan <PineaFan@users.noreply.github.com>
Co-authored-by: Skyler <skyler3665@gmail.com>
diff --git a/package.json b/package.json
index 8110b8c..f28878f 100644
--- a/package.json
+++ b/package.json
@@ -3,29 +3,24 @@
         "@discordjs/rest": "^0.2.0-canary.0",
         "@hokify/agenda": "^6.2.12",
         "@tsconfig/node18-strictest-esm": "^1.0.0",
-        "@types/node-cron": "^3.0.1",
         "@ungap/structured-clone": "^1.0.1",
         "agenda": "^4.3.0",
-        "ansi-styles": "^6.1.0",
         "body-parser": "^1.20.0",
-        "chalk": "^5.0.0",
-        "deno": "^0.1.1",
-        "discord.js": "14.7.1",
+        "discord.js": "^14.7.1",
         "eslint": "^8.21.0",
         "express": "^4.18.1",
-        "form-data": "^4.0.0",
         "fuse.js": "^6.6.2",
         "humanize-duration": "^3.27.1",
         "immutable": "^4.1.0",
+        "lodash": "^4.17.21",
         "mongodb": "^4.7.0",
-        "node-cron": "^3.0.0",
         "node-fetch": "^3.3.0",
         "node-tesseract-ocr": "^2.2.1",
-        "pastebin-api": "^5.1.1",
         "structured-clone": "^0.2.2",
-        "systeminformation": "^5.17.3",
-        "typescript": "^5.0.0-dev.20230102",
-        "uuid": "^8.3.2"
+        "systeminformation": "^5.17.3"
+        },
+    "resolutions": {
+        "discord-api-types": "0.37.23"
     },
     "name": "nucleus",
     "version": "0.0.1",
@@ -59,11 +54,13 @@
     "private": false,
     "type": "module",
     "devDependencies": {
+        "@types/lodash": "^4.14.191",
         "@typescript-eslint/eslint-plugin": "^5.32.0",
         "@typescript-eslint/parser": "^5.32.0",
         "eslint-config-prettier": "^8.5.0",
         "prettier": "^2.7.1",
         "prettier-eslint": "^15.0.1",
-        "tsc-suppress": "^1.0.7"
+        "tsc-suppress": "^1.0.7",
+        "typescript": "^4.9.4"
     }
 }