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 36455a0 commit d920472Copy full SHA for d920472
backend/package.json
@@ -27,7 +27,9 @@
27
"fs": "^0.0.1-security",
28
"path": "^0.12.7",
29
"process": "^0.11.10",
30
- "tsconfig-paths": "^4.2.0"
+ "tsconfig-paths": "^4.2.0",
31
+ "tsup": "^8.5.0",
32
+ "tsx": "^4.19.4"
33
},
34
"devDependencies": {
35
"@eslint/compat": "^1.2.4",
@@ -44,8 +46,6 @@
44
46
"npm-run-all": "^4.1.5",
45
47
"prettier": "^3.5.3",
48
"ts-node": "^10.9.2",
- "tsup": "^8.5.0",
- "tsx": "^4.19.4",
49
"typescript": "^5.8.3",
50
"typescript-eslint": "^8.7.0"
51
}
0 commit comments