diff --git a/web/package.json b/web/package.json index eda7e04a..aa2eeeee 100644 --- a/web/package.json +++ b/web/package.json @@ -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"