File tree 1 file changed +22
-3
lines changed
1 file changed +22
-3
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @unocss/postcss" ,
3
+ "type" : " module" ,
3
4
"version" : " 0.59.0-beta.1" ,
4
5
"description" : " PostCSS plugin for UnoCSS" ,
5
6
"author" : " sibbng <sibbngheid@gmail.com>" ,
18
19
"sideEffects" : false ,
19
20
"exports" : {
20
21
"." : {
21
- "import" : " ./dist/index.mjs" ,
22
- "require" : " ./dist/index.cjs"
22
+ "import" : {
23
+ "types" : " ./dist/index.d.mts" ,
24
+ "default" : " ./dist/index.mjs"
25
+ },
26
+ "require" : {
27
+ "types" : " ./dist/index.d.cts" ,
28
+ "default" : " ./dist/index.cjs"
29
+ }
30
+ },
31
+ "./esm" : {
32
+ "types" : " ./dist/esm.d.mts" ,
33
+ "default" : " ./dist/esm.mjs"
23
34
}
24
35
},
25
36
"main" : " dist/index.cjs" ,
26
37
"module" : " dist/index.mjs" ,
27
38
"types" : " dist/index.d.ts" ,
39
+ "typesVersions" : {
40
+ "*" : {
41
+ "*" : [
42
+ " dist/*" ,
43
+ " ./*"
44
+ ]
45
+ }
46
+ },
28
47
"files" : [
29
48
" dist"
30
49
],
47
66
"magic-string" : " ^0.30.8" ,
48
67
"postcss" : " ^8.4.38"
49
68
}
50
- }
69
+ }
You can’t perform that action at this time.
0 commit comments