Skip to content

Commit 1003649

Browse files
committed
Move tsup and tsx to dependencies
1 parent 32d2f08 commit 1003649

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

backend/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,9 @@
2626
"fs": "^0.0.1-security",
2727
"path": "^0.12.7",
2828
"process": "^0.11.10",
29-
"tsconfig-paths": "^4.2.0"
29+
"tsconfig-paths": "^4.2.0",
30+
"tsup": "^8.5.0",
31+
"tsx": "^4.19.4"
3032
},
3133
"devDependencies": {
3234
"@eslint/compat": "^1.2.4",
@@ -43,8 +45,6 @@
4345
"npm-run-all": "^4.1.5",
4446
"prettier": "^3.5.3",
4547
"ts-node": "^10.9.2",
46-
"tsup": "^8.5.0",
47-
"tsx": "^4.19.4",
4848
"typescript": "^5.8.3",
4949
"typescript-eslint": "^8.7.0"
5050
}

0 commit comments

Comments
 (0)