diff --git a/package.json b/package.json index 9bf0041..7012c9c 100644 --- a/package.json +++ b/package.json @@ -16,5 +16,8 @@ "bugs": { "url": "https://github.com/warengonzaga/thirdweb-art-engine/issues" }, - "homepage": "https://github.com/warengonzaga/thirdweb-art-engine#readme" + "homepage": "https://github.com/warengonzaga/thirdweb-art-engine#readme", + "engines": { + "node": ">=20.14.0" + } }