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 1003649 commit 9116e6bCopy full SHA for 9116e6b
backend/package.json
@@ -26,9 +26,7 @@
26
"fs": "^0.0.1-security",
27
"path": "^0.12.7",
28
"process": "^0.11.10",
29
- "tsconfig-paths": "^4.2.0",
30
- "tsup": "^8.5.0",
31
- "tsx": "^4.19.4"
+ "tsconfig-paths": "^4.2.0"
32
},
33
"devDependencies": {
34
"@eslint/compat": "^1.2.4",
@@ -45,6 +43,8 @@
45
43
"npm-run-all": "^4.1.5",
46
44
"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
}
package.json
@@ -27,6 +27,10 @@
"author": "",
"license": "ISC",
"type": "module",
+ "workspaces": [
+ "frontend",
+ "backend"
+ ],
"bugs": {
35
"url": "https://github.com/technoph1le/quicksnip/issues"
36
0 commit comments