web/package: lower minimum node version, replace npm with pnpm

This commit is contained in:
dumbmoron 2024-08-03 09:50:42 +00:00
parent 786fd0555e
commit 18b3daf90f
No known key found for this signature in database

View file

@ -12,8 +12,8 @@
}, },
"license": "CC-BY-NC-SA-4.0", "license": "CC-BY-NC-SA-4.0",
"engines": { "engines": {
"node": ">=20.9", "node": ">=20",
"npm": ">=9" "pnpm": ">=9"
}, },
"repository": { "repository": {
"type": "git", "type": "git",