Add engines to package.json

This commit is contained in:
Soitora 2023-08-08 21:10:23 +02:00
parent f43fecf7ec
commit 4b1f7b27fc
No known key found for this signature in database
GPG Key ID: A6D711EB4F2CCD97

View File

@ -5,6 +5,10 @@
"license": "MPL-2.0", "license": "MPL-2.0",
"private": true, "private": true,
"type": "module", "type": "module",
"engines": {
"node": ">=18",
"pnpm": ">=8"
},
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git+https://github.com/tachiyomiorg/website.git" "url": "git+https://github.com/tachiyomiorg/website.git"