File tree Expand file tree Collapse file tree 1 file changed +26
-11
lines changed Expand file tree Collapse file tree 1 file changed +26
-11
lines changed Original file line number Diff line number Diff line change 14
14
"main" : " ./lib/index.cjs" ,
15
15
"module" : " ./lib/index.js" ,
16
16
"exports" : {
17
- "import" : {
18
- "types" : " ./lib/index.d.ts" ,
19
- "default" : " ./lib/index.js"
17
+ "." : {
18
+ "import" : {
19
+ "types" : " ./lib/index.d.ts" ,
20
+ "default" : " ./lib/index.js"
21
+ },
22
+ "module-sync" : {
23
+ "types" : " ./lib/index.d.ts" ,
24
+ "default" : " ./lib/index.js"
25
+ },
26
+ "require" : {
27
+ "types" : " ./index.d.cts" ,
28
+ "default" : " ./lib/index.cjs"
29
+ }
20
30
},
21
- "module-sync" : {
22
- "types" : " ./lib/index.d.ts" ,
23
- "default" : " ./lib/index.js"
24
- },
25
- "require" : {
26
- "types" : " ./index.d.cts" ,
27
- "default" : " ./lib/index.cjs"
28
- }
31
+ "./package.json" : " ./package.json"
29
32
},
30
33
"types" : " ./lib/index.d.ts" ,
31
34
"files" : [
32
35
" index.d.cts" ,
33
36
" lib"
34
37
],
38
+ "keywords" : [
39
+ " @changesets/cli" ,
40
+ " ci" ,
41
+ " changeset" ,
42
+ " changesets" ,
43
+ " gitlab" ,
44
+ " changelog" ,
45
+ " auto-release" ,
46
+ " release" ,
47
+ " release-automation" ,
48
+ " release-plz"
49
+ ],
35
50
"scripts" : {
36
51
"build" : " run-p 'build:*'" ,
37
52
"build:r" : " r -f cjs" ,
You can’t perform that action at this time.
0 commit comments