|
7 | 7 | "license": "MIT", |
8 | 8 | "private": true, |
9 | 9 | "scripts": { |
10 | | - "predocs:start": "ts-node scripts/docs", |
| 10 | + "predocs:start": "tsx scripts/docs.ts", |
11 | 11 | "docs:start": "cd website && yarn start", |
12 | 12 | "postinstall": "yarn monorepo:fix && yarn monorepo:check", |
13 | 13 | "build": "yarn build:pkgs && yarn build:community", |
|
25 | 25 | "types:check": "tsc --noEmit --skipLibCheck", |
26 | 26 | "monorepo:check": "manypkg check", |
27 | 27 | "monorepo:fix": "manypkg fix", |
28 | | - "cli:start": "ts-node packages/cli/bin/hypermod-cli.js", |
29 | | - "cli:validate": "ts-node packages/cli/bin/hypermod-cli.js validate", |
30 | | - "cli:init": "ts-node packages/cli/bin/hypermod-cli.js init", |
31 | | - "cli:list": "ts-node packages/cli/bin/hypermod-cli.js list", |
32 | | - "community:init": "ts-node scripts/initialize.ts", |
33 | | - "community:init:preset": "ts-node scripts/initialize-preset.ts", |
34 | | - "community:validate": "ts-node scripts/validate.ts ./community", |
35 | | - "worker:sync": "ts-node scripts/sync.ts", |
| 28 | + "cli:start": "tsx packages/cli/bin/hypermod-cli.js", |
| 29 | + "cli:validate": "tsx packages/cli/bin/hypermod-cli.js validate", |
| 30 | + "cli:init": "tsx packages/cli/bin/hypermod-cli.js init", |
| 31 | + "cli:list": "tsx packages/cli/bin/hypermod-cli.js list", |
| 32 | + "community:init": "tsx scripts/initialize.ts", |
| 33 | + "community:init:preset": "tsx scripts/initialize-preset.ts", |
| 34 | + "community:validate": "tsx scripts/validate.ts ./community", |
| 35 | + "worker:sync": "tsx scripts/sync.ts", |
36 | 36 | "prerelease": "yarn build && yarn validate && yarn test", |
37 | 37 | "release": "yarn changeset publish" |
38 | 38 | }, |
|
71 | 71 | "ts-jest": "^29.2.5", |
72 | 72 | "ts-jest-mock-import-meta": "^1.2.0", |
73 | 73 | "ts-loader": "^6.2.1", |
74 | | - "ts-node": "^10.9.1", |
75 | 74 | "tslib": "^2.2.0", |
| 75 | + "tsx": "^4.19.1", |
76 | 76 | "typescript": "^5.2.2" |
77 | 77 | }, |
78 | 78 | "resolutions": { |
|
0 commit comments