File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 1111 ],
1212 "repository" : " unjs/hookable" ,
1313 "license" : " MIT" ,
14+ "sideEffects" : false ,
1415 "type" : " module" ,
1516 "exports" : {
1617 "." : " ./dist/index.mjs"
2122 " dist"
2223 ],
2324 "scripts" : {
25+ "benchmark" : " vitest bench" ,
2426 "build" : " obuild src/index.ts" ,
2527 "dev" : " vitest" ,
2628 "lint" : " eslint --cache . && prettier -c src test" ,
2729 "lint:fix" : " eslint --cache . --fix && prettier -c src test -w" ,
2830 "prepublish" : " pnpm build" ,
2931 "release" : " pnpm test && pnpm build && changelogen --release --push && pnpm publish" ,
3032 "test" : " pnpm lint && vitest run --coverage" ,
31- "test:types" : " tsc --noEmit" ,
32- "benchmark" : " vitest bench"
33+ "test:types" : " tsc --noEmit"
3334 },
3435 "devDependencies" : {
3536 "@types/node" : " ^24.9.1" ,
3637 "@vitest/coverage-v8" : " ^4.0.3" ,
3738 "changelogen" : " ^0.6.2" ,
39+ "esbuild" : " ^0.25.11" ,
3840 "eslint" : " ^9.38.0" ,
3941 "eslint-config-unjs" : " ^0.5.0" ,
4042 "expect-type" : " ^1.2.2" ,
You can’t perform that action at this time.
0 commit comments