File tree Expand file tree Collapse file tree 2 files changed +5
-9
lines changed Expand file tree Collapse file tree 2 files changed +5
-9
lines changed Original file line number Diff line number Diff line change 1+ npm test
Original file line number Diff line number Diff line change 99 "types" : " lib" ,
1010 "files" : [
1111 " lib" ,
12- " public" ,
1312 " views"
1413 ],
1514 "engines" : {
1615 "node" : " >=18.3"
1716 },
1817 "scripts" : {
19- "css" : " tailwindcss -i ./views/input.css -o ./public/output.css" ,
20- "watch-ts" : " tsx watch src/bin.ts fixtures/db.json" ,
21- "watch-css" : " npm run css -- --watch" ,
22- "dev" : " concurrently npm:watch-*" ,
23- "build" : " rm -rf lib && tsc && npm run css" ,
24- "test" : " npm run css && node --import tsx/esm --test src/*.test.ts" ,
18+ "dev" : " tsx watch src/bin.ts fixtures/db.json" ,
19+ "build" : " rm -rf lib && tsc" ,
20+ "test" : " node --import tsx/esm --test src/*.test.ts" ,
2521 "lint" : " eslint src --ext .ts --ignore-path .gitignore" ,
26- "prepare" : " husky install " ,
22+ "prepare" : " husky" ,
2723 "prepublishOnly" : " npm run build"
2824 },
2925 "keywords" : [],
3733 "concurrently" : " ^8.2.2" ,
3834 "get-port" : " ^7.0.0" ,
3935 "husky" : " ^9.0.6" ,
40- "tailwindcss" : " ^3.4.1" ,
4136 "tempy" : " ^3.1.0" ,
4237 "tsx" : " ^4.7.0" ,
4338 "type-fest" : " ^4.10.1" ,
You can’t perform that action at this time.
0 commit comments