web/package: add min engine versions

This commit is contained in:
wukko 2024-06-19 21:20:18 +06:00
parent 009a2cc863
commit b15b108fa9
No known key found for this signature in database
GPG key ID: 3E30B3F26C7B4AA2

View file

@ -11,6 +11,10 @@
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch"
},
"license": "CC-BY-NC-SA-4.0",
"engines": {
"node": ">=20.10.0",
"npm": ">=10.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/imputnet/cobalt.git"