correcion package.json

This commit is contained in:
2025-06-16 19:17:46 -04:00
parent 475e0754df
commit 92d64db33a
2 changed files with 8 additions and 0 deletions

View File

@@ -83,5 +83,9 @@
"ts-node": "^10.9.1", "ts-node": "^10.9.1",
"tsconfig-paths": "^4.2.0", "tsconfig-paths": "^4.2.0",
"tsx": "^4.19.3" "tsx": "^4.19.3"
},
"packageManager": "pnpm@10.4.1",
"engines": {
"node": ">=20"
} }
} }

View File

@@ -53,5 +53,9 @@
"@types/react-dom": "19.0.4", "@types/react-dom": "19.0.4",
"eslint": "^9.20.0", "eslint": "^9.20.0",
"typescript": "5.7.3" "typescript": "5.7.3"
},
"packageManager": "pnpm@10.4.1",
"engines": {
"node": ">=20"
} }
} }