diff --git a/package.json b/package.json index 35a0c835..2c7a6451 100644 --- a/package.json +++ b/package.json @@ -11,6 +11,10 @@ "license": "GPL-2.0", "private": true, "type": "module", + "engines": { + "node": ">=18.0.0", + "pnpm": ">=8.0.0" + }, "scripts": { "dev:rp": "replugged build theme --watch", "build:rp": "replugged bundle theme",