We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32d2f08 commit 1003649Copy full SHA for 1003649
backend/package.json
@@ -26,7 +26,9 @@
26
"fs": "^0.0.1-security",
27
"path": "^0.12.7",
28
"process": "^0.11.10",
29
- "tsconfig-paths": "^4.2.0"
+ "tsconfig-paths": "^4.2.0",
30
+ "tsup": "^8.5.0",
31
+ "tsx": "^4.19.4"
32
},
33
"devDependencies": {
34
"@eslint/compat": "^1.2.4",
@@ -43,8 +45,6 @@
43
45
"npm-run-all": "^4.1.5",
44
46
"prettier": "^3.5.3",
47
"ts-node": "^10.9.2",
- "tsup": "^8.5.0",
- "tsx": "^4.19.4",
48
"typescript": "^5.8.3",
49
"typescript-eslint": "^8.7.0"
50
}
0 commit comments