|
7 | 7 | "dev": "npm-run-all snippets:consolidate dev:server",
|
8 | 8 | "dev:server": "tsx index.ts",
|
9 | 9 | "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", |
11 | 11 | "start": "node dist/index.js",
|
12 | 12 | "lint": "eslint .",
|
13 | 13 | "format": "prettier --write .",
|
14 | 14 | "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" |
17 | 17 | },
|
18 | 18 | "keywords": [],
|
19 | 19 | "author": "",
|
|
27 | 27 | "fs": "^0.0.1-security",
|
28 | 28 | "path": "^0.12.7",
|
29 | 29 | "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" |
33 | 31 | },
|
34 | 32 | "devDependencies": {
|
35 | 33 | "@eslint/compat": "^1.2.4",
|
|
46 | 44 | "npm-run-all": "^4.1.5",
|
47 | 45 | "prettier": "^3.5.3",
|
48 | 46 | "ts-node": "^10.9.2",
|
| 47 | + "tsup": "^8.5.0", |
| 48 | + "tsx": "^4.19.4", |
49 | 49 | "typescript": "^5.8.3",
|
50 | 50 | "typescript-eslint": "^8.7.0"
|
51 | 51 | }
|
|
0 commit comments