diff options
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/package.json b/package.json index 060b999..7bfbaf3 100644 --- a/package.json +++ b/package.json @@ -8,6 +8,9 @@ "compile": "tsc", "start": "npm i --only=prod; node build/index.js" }, + "engines": { + "node" : ">=16.0.0" + }, "repository": { "type": "git", "url": "git+https://github.com/mat-1/skyblock-api.git" |