Commit 39182b0 1 parent e1f6618 commit 39182b0 Copy full SHA for 39182b0
File tree 7 files changed +289
-4
lines changed
7 files changed +289
-4
lines changed Original file line number Diff line number Diff line change 22
22
"docs:serve" : " npm -C docs run serve"
23
23
},
24
24
"devDependencies" : {
25
+ "@arethetypeswrong/cli" : " 0.17.4" ,
25
26
"@antfu/eslint-config" : " ^4.4.0" ,
26
27
"bumpp" : " ^10.0.3" ,
27
28
"eslint" : " ^9.21.0" ,
Original file line number Diff line number Diff line change
1
+ {
2
+ "ignoreRules" : [" cjs-resolves-to-esm" ]
3
+ }
Original file line number Diff line number Diff line change 23
23
"sideEffects" : false ,
24
24
"exports" : {
25
25
"." : {
26
- "types" : " ./dist/index.d.ts" ,
27
26
"import" : " ./dist/index.mjs" ,
28
27
"require" : " ./dist/index.cjs"
29
28
}
37
36
],
38
37
"scripts" : {
39
38
"build" : " unbuild" ,
40
- "stub" : " unbuild --stub"
39
+ "stub" : " unbuild --stub" ,
40
+ "test:attw" : " attw --pack"
41
41
},
42
42
"peerDependenciesMeta" : {
43
43
"puppeteer" : {
Original file line number Diff line number Diff line change
1
+ {
2
+ "ignoreRules" : [" cjs-resolves-to-esm" ]
3
+ }
Original file line number Diff line number Diff line change 42
42
"files" : [
43
43
" types.d.ts" ,
44
44
" types.d.mts" ,
45
+ " config.d.ts" ,
46
+ " config.cjs" ,
47
+ " config.js" ,
45
48
" dist"
46
49
],
47
50
"engines" : {
48
51
"node" : " >=18"
49
52
},
50
53
"scripts" : {
51
54
"build" : " unbuild" ,
52
- "stub" : " unbuild --stub"
55
+ "stub" : " unbuild --stub" ,
56
+ "test:attw" : " attw --pack"
53
57
},
54
58
"peerDependenciesMeta" : {
55
59
"puppeteer" : {
Original file line number Diff line number Diff line change 1
- import type { DefineUnlighthouseConfig } from 'unlighthouse/config'
1
+ import type { DefineUnlighthouseConfig } from '@ unlighthouse/config'
2
2
3
3
export * from './dist/index'
4
4
You can’t perform that action at this time.
0 commit comments