Remove package.json file from the repository

This commit is contained in:
Daniel Volz
2025-12-28 22:19:28 +01:00
parent 000677da61
commit a2036ce9f5
5 changed files with 11 additions and 5681 deletions
-15
View File
@@ -1,15 +0,0 @@
{
"name": "medassist-ng-monorepo",
"private": true,
"version": "0.1.0",
"workspaces": [
"backend",
"frontend"
],
"scripts": {
"dev": "npm run dev --workspaces",
"build": "npm run build --workspaces",
"lint": "npm run lint --workspaces",
"test": "npm run test --workspaces"
}
}