mirror of https://github.com/abpframework/abp.git
committed by
GitHub
1 changed files with 9 additions and 1 deletions
@ -1,6 +1,14 @@ |
|||||
{ |
{ |
||||
"name": "@abp/nx.generators", |
"name": "@abp/nx.generators", |
||||
"version": "7.3.0-preview20230530", |
"version": "7.3.0-preview20230530", |
||||
|
"homepage": "https://abp.io", |
||||
|
"generators": "./generators.json", |
||||
"type": "commonjs", |
"type": "commonjs", |
||||
"generators": "./generators.json" |
"repository": { |
||||
|
"type": "git", |
||||
|
"url": "https://github.com/abpframework/abp.git" |
||||
|
}, |
||||
|
"publishConfig": { |
||||
|
"access": "public" |
||||
|
} |
||||
} |
} |
||||
|
|||||
Loading…
Reference in new issue