|
20 | 20 | "build:types": "tsc --build tsconfig.build.json --verbose", |
21 | 21 | "changelog:update": "yarn workspaces foreach --all --no-private --parallel --interlaced --verbose run changelog:update", |
22 | 22 | "changelog:validate": "yarn workspaces foreach --all --no-private --parallel --interlaced --verbose run changelog:validate", |
23 | | - "create-package": "ts-node scripts/create-package", |
24 | | - "generate-method-action-types": "ts-node scripts/generate-method-action-types.ts", |
| 23 | + "create-package": "tsx scripts/create-package", |
| 24 | + "generate-method-action-types": "tsx scripts/generate-method-action-types.ts", |
25 | 25 | "lint": "yarn lint:eslint && echo && yarn lint:misc --check && yarn constraints && yarn lint:dependencies && yarn lint:teams && yarn generate-method-action-types --check", |
26 | 26 | "lint:dependencies": "depcheck && yarn dedupe --check", |
27 | 27 | "lint:dependencies:fix": "depcheck && yarn dedupe", |
28 | | - "lint:eslint": "yarn build:only-clean && yarn ts-node ./scripts/run-eslint.ts --cache", |
| 28 | + "lint:eslint": "yarn build:only-clean && yarn tsx ./scripts/run-eslint.ts --cache", |
29 | 29 | "lint:fix": "yarn lint:eslint --fix && echo && yarn lint:misc --write && yarn constraints --fix && yarn lint:dependencies:fix && yarn generate-method-action-types --fix", |
30 | 30 | "lint:misc": "prettier --no-error-on-unmatched-pattern '**/*.json' '**/*.md' '**/*.yml' '!.yarnrc.yml' '!merged-packages/**' --ignore-path .gitignore", |
31 | | - "lint:teams": "ts-node scripts/lint-teams-json.ts", |
| 31 | + "lint:teams": "tsx scripts/lint-teams-json.ts", |
32 | 32 | "prepack": "./scripts/prepack.sh", |
33 | 33 | "prepare-preview-builds": "./scripts/prepare-preview-builds.sh", |
34 | 34 | "publish-previews": "yarn workspaces foreach --all --no-private --parallel --verbose run publish:preview", |
|
38 | 38 | "test:packages": "yarn test:verbose --silent --collectCoverage=false --reporters=jest-silent-reporter", |
39 | 39 | "test:scripts": "NODE_OPTIONS=--experimental-vm-modules yarn jest --config ./jest.config.scripts.js --silent", |
40 | 40 | "test:verbose": "yarn workspaces foreach --all --parallel --verbose run test:verbose", |
41 | | - "update-readme-content": "ts-node scripts/update-readme-content.ts", |
| 41 | + "update-readme-content": "tsx scripts/update-readme-content.ts", |
42 | 42 | "workspaces:list-versions": "./scripts/list-workspace-versions.sh" |
43 | 43 | }, |
44 | 44 | "simple-git-hooks": { |
|
99 | 99 | "rimraf": "^5.0.5", |
100 | 100 | "semver": "^7.6.3", |
101 | 101 | "simple-git-hooks": "^2.8.0", |
102 | | - "ts-node": "^10.9.1", |
| 102 | + "tsx": "^4.20.5", |
103 | 103 | "typescript": "~5.2.2", |
104 | 104 | "typescript-eslint": "^8.7.0", |
105 | 105 | "yargs": "^17.7.2" |
|
113 | 113 | "@lavamoat/preinstall-always-fail": false, |
114 | 114 | "@keystonehq/bc-ur-registry-eth>hdkey>secp256k1": true, |
115 | 115 | "babel-runtime>core-js": false, |
116 | | - "simple-git-hooks": false |
| 116 | + "simple-git-hooks": false, |
| 117 | + "tsx>esbuild": false |
117 | 118 | } |
118 | 119 | } |
119 | 120 | } |
0 commit comments