File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 6
6
"license" : " MIT" ,
7
7
"exports" : {
8
8
"." : {
9
- "require" : " ./dist/index.cjs" ,
10
9
"types" : " ./dist/index.d.ts" ,
10
+ "require" : " ./dist/index.cjs" ,
11
11
"import" : " ./dist/index.mjs"
12
12
},
13
13
"./runtime/mock/proxy-cjs" : " ./runtime/mock/proxy.cjs" ,
14
14
"./runtime/mock/proxy-cjs/*" : " ./runtime/mock/proxy.cjs" ,
15
15
"./runtime/*" : {
16
- "require" : " ./runtime/*.cjs" ,
17
16
"types" : " ./runtime/*.d.ts" ,
17
+ "require" : " ./runtime/*.cjs" ,
18
18
"import" : " ./runtime/*.mjs"
19
19
}
20
20
},
28
28
"build" : " unbuild" ,
29
29
"lint" : " eslint --ext .ts . && prettier -c src test" ,
30
30
"lint:fix" : " eslint --fix --ext .ts . && prettier -w src test" ,
31
- "typecheck" : " tsc --noEmit" ,
32
31
"prepack" : " unbuild" ,
33
32
"release" : " pnpm test && changelogen --release && pnpm publish && git push --follow-tags" ,
34
- "test" : " pnpm lint && pnpm typecheck"
33
+ "test" : " pnpm lint && pnpm typecheck" ,
34
+ "typecheck" : " tsc --noEmit"
35
35
},
36
36
"dependencies" : {
37
37
"defu" : " ^6.1.2" ,
You can’t perform that action at this time.
0 commit comments