diff --git a/package.json b/package.json index 4f961af..ff91905 100644 --- a/package.json +++ b/package.json @@ -13,6 +13,9 @@ "build": "rm -rf dist/* && parcel build public/index.html --no-source-maps --dist-dir dist/", "install": "cd node_modules && rm -rf http-signature && rm -rf request/node_modules/http-signature && mv @peertube/http-signature ." }, + "engines": { + "node": ">=20" + }, "dependencies": { "@elastic/elasticsearch": "^8.14.0", "@peertube/http-signature": "^1.7.0", @@ -28,4 +31,4 @@ "swagger-jsdoc": "^6.2.8", "swagger-ui-express": "^5.0.1" } -} +} \ No newline at end of file