diff --git a/packages/angular/package.json b/packages/angular/package.json index 35136d4..77b68e3 100644 --- a/packages/angular/package.json +++ b/packages/angular/package.json @@ -1,6 +1,19 @@ { "name": "@mutates/angular", "version": "0.0.0-development", + "keywords": [ + "typescript", + "ast", + "mutations", + "angular", + "schematics" + ], + "homepage": "https://github.com/IKatsuba/mutates", + "repository": "https://github.com/IKatsuba/mutates", + "license": "Apache-2.0", + "contributors": [ + "Igor Katsuba " + ], "type": "commonjs", "main": "./src/index.js", "typings": "./src/index.d.ts", @@ -12,5 +25,11 @@ }, "peerDependencies": { "@angular-devkit/schematics": ">=18.0.0" - } + }, + "publishConfig": { + "access": "public" + }, + "authors": [ + "Igor Katsuba " + ] } diff --git a/packages/core/package.json b/packages/core/package.json index f6dbc08..b2bd534 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,17 @@ { "name": "@mutates/core", "version": "0.0.0-development", + "keywords": [ + "typescript", + "ast", + "mutations" + ], + "homepage": "https://github.com/IKatsuba/mutates", + "repository": "https://github.com/IKatsuba/mutates", + "license": "Apache-2.0", + "contributors": [ + "Igor Katsuba " + ], "type": "commonjs", "main": "./src/index.js", "typings": "./src/index.d.ts", @@ -8,5 +19,11 @@ "minimatch": "9.0.3", "ts-morph": "^22.0.0", "tslib": "^2.3.0" - } + }, + "publishConfig": { + "access": "public" + }, + "authors": [ + "Igor Katsuba " + ] }