File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 77 "dev" : " npm-run-all snippets:consolidate dev:server" ,
88 "dev:server" : " tsx index.ts" ,
99 "build" : " npm-run-all --parallel snippets:consolidate build:server" ,
10- "build:server" : " tsup index.ts --out-dir dist --format esm" ,
10+ "build:server" : " npx tsup index.ts --out-dir dist --format esm" ,
1111 "start" : " node dist/index.js" ,
1212 "lint" : " eslint ." ,
1313 "format" : " prettier --write ." ,
1414 "format:check" : " prettier --check ." ,
15- "snippets:check" : " tsx ./scripts/checkSnippetFormatting.ts" ,
16- "snippets:consolidate" : " tsx ./scripts/consolidateSnippets.ts"
15+ "snippets:check" : " npx tsx ./scripts/checkSnippetFormatting.ts" ,
16+ "snippets:consolidate" : " npx tsx ./scripts/consolidateSnippets.ts"
1717 },
1818 "keywords" : [],
1919 "author" : " " ,
2727 "fs" : " ^0.0.1-security" ,
2828 "path" : " ^0.12.7" ,
2929 "process" : " ^0.11.10" ,
30- "tsconfig-paths" : " ^4.2.0" ,
31- "tsup" : " ^8.5.0" ,
32- "tsx" : " ^4.19.4"
30+ "tsconfig-paths" : " ^4.2.0"
3331 },
3432 "devDependencies" : {
3533 "@eslint/compat" : " ^1.2.4" ,
4644 "npm-run-all" : " ^4.1.5" ,
4745 "prettier" : " ^3.5.3" ,
4846 "ts-node" : " ^10.9.2" ,
47+ "tsup" : " ^8.5.0" ,
48+ "tsx" : " ^4.19.4" ,
4949 "typescript" : " ^5.8.3" ,
5050 "typescript-eslint" : " ^8.7.0"
5151 }
You can’t perform that action at this time.
0 commit comments