File tree 2 files changed +5
-9
lines changed
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 9
9
"types" : " lib" ,
10
10
"files" : [
11
11
" lib" ,
12
- " public" ,
13
12
" views"
14
13
],
15
14
"engines" : {
16
15
"node" : " >=18.3"
17
16
},
18
17
"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" ,
25
21
"lint" : " eslint src --ext .ts --ignore-path .gitignore" ,
26
- "prepare" : " husky install " ,
22
+ "prepare" : " husky" ,
27
23
"prepublishOnly" : " npm run build"
28
24
},
29
25
"keywords" : [],
37
33
"concurrently" : " ^8.2.2" ,
38
34
"get-port" : " ^7.0.0" ,
39
35
"husky" : " ^9.0.6" ,
40
- "tailwindcss" : " ^3.4.1" ,
41
36
"tempy" : " ^3.1.0" ,
42
37
"tsx" : " ^4.7.0" ,
43
38
"type-fest" : " ^4.10.1" ,
You can’t perform that action at this time.
0 commit comments