Migrate package management from npm to pnpm.

Standardize local and CI workflows on pnpm 11.0.8, replace npm commands in docs/config, and swap lockfiles for reproducible installs.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-05-08 18:46:55 +02:00
parent 183e10b75b
commit 7a5c1ec637
8 changed files with 8213 additions and 12293 deletions
+1
View File
@@ -12,6 +12,7 @@
},
"license": "MIT",
"author": "Pandipipas",
"packageManager": "pnpm@11.0.8",
"type": "module",
"scripts": {
"autofix": "eslint --fix",