diff --git a/package.json b/package.json index c483677..8d0e3b2 100644 --- a/package.json +++ b/package.json @@ -156,5 +156,8 @@ "publishConfig": { "access": "public" }, - "types": "./dist/index.d.ts" + "types": "./dist/index.d.ts", + "engines": { + "node": ">=12 <20.0.0" + } }