diff --git a/package.json b/package.json index e6b901e..1eb80f7 100644 --- a/package.json +++ b/package.json @@ -5,6 +5,9 @@ "main": "dist/index.js", "author": "Samuel Attard", "license": "MIT", + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + }, "scripts": { "build": "tsc", "prepublishOnly": "npx yarn build",