diff --git a/package.json b/package.json index d938ac3..2af9222 100644 --- a/package.json +++ b/package.json @@ -33,6 +33,11 @@ "author": "Ashish Kumar", "license": "MIT", "publishConfig": { - "registry": "https://npm.pkg.github.com" + "registry": "https://registry.npmjs.org/nodeflip" + }, + "private": false, + "repository": "https://github.com/nodeflip/nest-env-config", + "engines": { + "node": ">=16" } }