🔧(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

@@ -2,6 +2,9 @@
"name": "impress",
"version": "3.6.0",
"private": true,
"repository": "https://github.com/suitenumerique/docs",
"author": "DINUM",
"license": "MIT",
"workspaces": {
"packages": [
"apps/*",
@@ -38,5 +41,6 @@
"react-dom": "19.1.1",
"typescript": "5.9.2",
"yjs": "13.6.27"
}
},
"packageManager": "yarn@1.22.22"
}