diff --git a/npm/ng-packs/packages/generators/package.json b/npm/ng-packs/packages/generators/package.json index d198c449cc..62950915fc 100644 --- a/npm/ng-packs/packages/generators/package.json +++ b/npm/ng-packs/packages/generators/package.json @@ -1,6 +1,14 @@ { "name": "@abp/nx.generators", "version": "7.3.0-preview20230530", + "homepage": "https://abp.io", + "generators": "./generators.json", "type": "commonjs", - "generators": "./generators.json" + "repository": { + "type": "git", + "url": "https://github.com/abpframework/abp.git" + }, + "publishConfig": { + "access": "public" + } }