Commit 43adc09 1 parent fe857e0 commit 43adc09 Copy full SHA for 43adc09
File tree 1 file changed +22
-2
lines changed
1 file changed +22
-2
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @mutates/nx" ,
3
- "version" : " 0.0.1" ,
3
+ "version" : " 0.0.0-development" ,
4
+ "keywords" : [
5
+ " typescript" ,
6
+ " ast" ,
7
+ " mutations" ,
8
+ " nx" ,
9
+ " generators" ,
10
+ " migrations"
11
+ ],
12
+ "homepage" : " https://github.com/IKatsuba/mutates" ,
13
+ "repository" : " https://github.com/IKatsuba/mutates" ,
14
+ "license" : " Apache-2.0" ,
15
+ "contributors" : [
16
+ " Igor Katsuba <igor@katsuba.dev>"
17
+ ],
4
18
"type" : " commonjs" ,
5
19
"main" : " ./src/index.js" ,
6
20
"typings" : " ./src/index.d.ts" ,
11
25
"@mutates/core" : " 0.0.0-development" ,
12
26
"@nx/devkit" : " >=19.0.0" ,
13
27
"ts-morph" : " >=22.0.0"
14
- }
28
+ },
29
+ "publishConfig" : {
30
+ "access" : " public"
31
+ },
32
+ "authors" : [
33
+ " Igor Katsuba <igor@katsuba.dev>"
34
+ ]
15
35
}
You can’t perform that action at this time.
0 commit comments