From c572bfb2b37771a51f067b18fa317f65819ded95 Mon Sep 17 00:00:00 2001 From: FarisZR <35614734+FarisZR@users.noreply.github.com> Date: Tue, 13 Feb 2024 21:48:24 +0100 Subject: [PATCH] Update package.json --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index b6db984..e76d91b 100644 --- a/package.json +++ b/package.json @@ -6,15 +6,15 @@ "axios": "^1.6.2", "dotenv": "^16.3.1", "express": "^4.18.2", - "ts-node": "^10.9.1", - "tsc": "^2.0.4", - "typescript": "^5.2.2" + "ts-node": "^10.9.1" }, "name": "discord_cdn", "description": "Discord CDN Allows you to bypass the expiry on download links.", "version": "1.0.0", "main": "src/index.ts", "dependencies": { + "tsc": "^2.0.4", + "typescript": "^5.2.2", "accepts": "^1.3.8", "acorn": "^8.11.2", "acorn-walk": "^8.3.0",