diff --git a/package-lock.json b/package-lock.json index 0fa348a..f802d1a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24,6 +24,10 @@ "ts-jest": "^26.4.4", "typescript": "^4.9.4" }, + "engines": { + "node": ">=12.0.0", + "npm": ">=6.0.0" + }, "peerDependencies": { "@stencil/core": ">=2.0.0 || >=3.0.0-beta.0 || >= 4.0.0-beta.0 || >= 4.0.0" } diff --git a/package.json b/package.json index 028a7c4..b36734e 100644 --- a/package.json +++ b/package.json @@ -5,6 +5,10 @@ "main": "dist/index.js", "module": "dist/index.mjs", "types": "dist/index.d.ts", + "engines": { + "node": ">=12.0.0", + "npm": ">=6.0.0" + }, "files": [ "dist/" ],