File tree Expand file tree Collapse file tree 3 files changed +5
-249
lines changed
excel-builder-vanilla-types Expand file tree Collapse file tree 3 files changed +5
-249
lines changed Original file line number Diff line number Diff line change 38
38
"./package.json" : " ./package.json"
39
39
},
40
40
"sideEffects" : false ,
41
+ "scripts" : {
42
+ "are-type-wrong" : " pnpx @arethetypeswrong/cli --pack ."
43
+ },
41
44
"funding" : {
42
45
"type" : " ko_fi" ,
43
46
"url" : " https://ko-fi.com/ghiscoding"
Original file line number Diff line number Diff line change 49
49
"url" : " https://ko-fi.com/ghiscoding"
50
50
},
51
51
"scripts" : {
52
+ "are-type-wrong" : " pnpx @arethetypeswrong/cli --pack ." ,
52
53
"clean" : " rimraf dist ../excel-builder-vanilla-types/dist" ,
53
54
"dev:init" : " vite build" ,
54
55
"dev" : " vite build --watch" ,
55
56
"build" : " pnpm clean && vite build && pnpm build:dts && pnpm clone:dts && pnpm copy:types" ,
56
57
"build:dts" : " dts-bundle-generator -o dist/index.d.ts src/index.ts" ,
57
58
"clone:dts" : " node clone-dts.mjs" ,
58
- "copy:types" : " node copy-types.mjs" ,
59
- "are-type-wrong" : " attw --pack ."
59
+ "copy:types" : " node copy-types.mjs"
60
60
},
61
61
"dependencies" : {
62
62
"fflate" : " ^0.8.2"
63
63
},
64
64
"devDependencies" : {
65
- "@arethetypeswrong/cli" : " ^0.16.4" ,
66
65
"copyfiles" : " ^2.4.1" ,
67
66
"dts-bundle-generator" : " ^9.5.1" ,
68
67
"typescript" : " ^5.6.3" ,
You can’t perform that action at this time.
0 commit comments