Skip to content

Commit

Permalink
fix(nx): add package metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
IKatsuba committed Jun 20, 2024
1 parent fe857e0 commit 43adc09
Showing 1 changed file with 22 additions and 2 deletions.
24 changes: 22 additions & 2 deletions packages/nx/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,20 @@
{
"name": "@mutates/nx",
"version": "0.0.1",
"version": "0.0.0-development",
"keywords": [
"typescript",
"ast",
"mutations",
"nx",
"generators",
"migrations"
],
"homepage": "https://github.com/IKatsuba/mutates",
"repository": "https://github.com/IKatsuba/mutates",
"license": "Apache-2.0",
"contributors": [
"Igor Katsuba <[email protected]>"
],
"type": "commonjs",
"main": "./src/index.js",
"typings": "./src/index.d.ts",
Expand All @@ -11,5 +25,11 @@
"@mutates/core": "0.0.0-development",
"@nx/devkit": ">=19.0.0",
"ts-morph": ">=22.0.0"
}
},
"publishConfig": {
"access": "public"
},
"authors": [
"Igor Katsuba <[email protected]>"
]
}

0 comments on commit 43adc09

Please sign in to comment.