From 3c09f9cc18fedc5b5d49cd573759e64e39dd684c Mon Sep 17 00:00:00 2001 From: Ishaan Dey Date: Mon, 13 May 2024 16:12:44 -0700 Subject: [PATCH] move ts from dev-deps to deps --- backend/orchestrator/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/backend/orchestrator/package.json b/backend/orchestrator/package.json index 8aa6441..5f81e1d 100644 --- a/backend/orchestrator/package.json +++ b/backend/orchestrator/package.json @@ -16,14 +16,14 @@ "dotenv": "^16.4.5", "express": "^4.19.2", "yaml": "^2.4.2", - "zod": "^3.23.6" + "zod": "^3.23.6", + "typescript": "^5.4.5" }, "devDependencies": { "@types/cors": "^2.8.17", "@types/express": "^4.17.21", "@types/node": "^20.12.8", "nodemon": "^3.1.0", - "ts-node": "^10.9.2", - "typescript": "^5.4.5" + "ts-node": "^10.9.2" } }