Skip to content

Commit 3c3686d

Browse files
committed
🔧(frontend) add meta information to package.json files
- Add missing repository, author, and license fields - Add recommended packageManager
1 parent ab90611 commit 3c3686d

File tree

7 files changed

+27
-6
lines changed

7 files changed

+27
-6
lines changed

src/frontend/apps/e2e/package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
{
22
"name": "app-e2e",
33
"version": "3.6.0",
4+
"repository": "https://github.com/suitenumerique/docs",
5+
"author": "DINUM",
6+
"license": "MIT",
47
"private": true,
58
"scripts": {
69
"lint": "eslint",
@@ -21,5 +24,6 @@
2124
"dependencies": {
2225
"convert-stream": "1.0.2",
2326
"pdf-parse": "1.1.1"
24-
}
27+
},
28+
"packageManager": "[email protected]"
2529
}

src/frontend/apps/impress/package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
{
22
"name": "app-impress",
33
"version": "3.6.0",
4+
"repository": "https://github.com/suitenumerique/docs",
5+
"author": "DINUM",
6+
"license": "MIT",
47
"private": true,
58
"scripts": {
69
"dev": "next dev",
@@ -89,5 +92,6 @@
8992
"vitest": "3.2.4",
9093
"webpack": "5.101.3",
9194
"workbox-webpack-plugin": "7.1.0"
92-
}
95+
},
96+
"packageManager": "[email protected]"
9397
}

src/frontend/package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
"name": "impress",
33
"version": "3.6.0",
44
"private": true,
5+
"repository": "https://github.com/suitenumerique/docs",
6+
"author": "DINUM",
7+
"license": "MIT",
58
"workspaces": {
69
"packages": [
710
"apps/*",
@@ -38,5 +41,6 @@
3841
"react-dom": "19.1.1",
3942
"typescript": "5.9.2",
4043
"yjs": "13.6.27"
41-
}
44+
},
45+
"packageManager": "[email protected]"
4246
}

src/frontend/packages/eslint-plugin-docs/package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
{
22
"name": "eslint-plugin-docs",
33
"version": "3.6.0",
4+
"repository": "https://github.com/suitenumerique/docs",
5+
"author": "DINUM",
46
"license": "MIT",
57
"main": "index.js",
68
"keywords": [
@@ -30,5 +32,6 @@
3032
"eslint-plugin-testing-library": "7.6.6",
3133
"eslint-plugin-vitest": "0.5.4",
3234
"prettier": "3.6.2"
33-
}
35+
},
36+
"packageManager": "[email protected]"
3437
}

src/frontend/packages/i18n/package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
{
22
"name": "packages-i18n",
33
"version": "3.6.0",
4+
"repository": "https://github.com/suitenumerique/docs",
5+
"author": "DINUM",
6+
"license": "MIT",
47
"private": true,
58
"scripts": {
69
"extract-translation": "yarn extract-translation:impress",
@@ -21,5 +24,6 @@
2124
"ts-jest": "29.4.1",
2225
"typescript": "*",
2326
"yargs": "18.0.0"
24-
}
27+
},
28+
"packageManager": "[email protected]"
2529
}

src/frontend/servers/y-provider/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,5 +46,6 @@
4646
"vitest": "3.2.4",
4747
"vitest-mock-extended": "3.1.0",
4848
"ws": "8.18.3"
49-
}
49+
},
50+
"packageManager": "[email protected]"
5051
}

src/mail/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
"volta": {
1717
"node": "22"
1818
},
19+
"packageManager": "[email protected]",
1920
"repository": "https://github.com/suitenumerique/docs",
2021
"author": "DINUM",
2122
"license": "MIT"

0 commit comments

Comments
 (0)