diff --git a/package.json b/package.json index 9fb4eef..fcc7d4a 100644 --- a/package.json +++ b/package.json @@ -11,6 +11,9 @@ "build/index.d.ts", "build/index.js" ], + "engines": { + "node": ">18.16.0" + }, "exports": { ".": "./build/index.js", "./utils": "./build/src/utils.js",