🔧(frontend) add meta information to package.json files

- Add missing repository, author, and license fields
- Add recommended packageManager
This commit is contained in:
Anthony LC
2025-09-12 10:20:01 +02:00
parent ab90611c36
commit 3c3686dc7e
7 changed files with 27 additions and 6 deletions

View File

@@ -46,5 +46,6 @@
"vitest": "3.2.4",
"vitest-mock-extended": "3.1.0",
"ws": "8.18.3"
}
},
"packageManager": "yarn@1.22.22"
}