|
1 | 1 | {
|
2 | 2 | "name": "tsx",
|
3 | 3 | "version": "0.0.0-semantic-release",
|
4 |
| - "packageManager": "[email protected]", |
5 | 4 | "description": "TypeScript Execute (tsx): Node.js enhanced with esbuild to run TypeScript & ESM files",
|
6 | 5 | "keywords": [
|
7 | 6 | "cli",
|
|
15 | 14 | ],
|
16 | 15 | "license": "MIT",
|
17 | 16 | "repository": "privatenumber/tsx",
|
18 |
| - "homepage": "https://tsx.is", |
19 | 17 | "author": {
|
20 | 18 | "name": "Hiroki Osame",
|
21 | 19 |
|
|
56 | 54 | "./preflight": "./dist/preflight.cjs",
|
57 | 55 | "./repl": "./dist/repl.mjs"
|
58 | 56 | },
|
| 57 | + "packageManager": "[email protected]", |
| 58 | + "homepage": "https://tsx.is", |
59 | 59 | "scripts": {
|
60 | 60 | "prepare": "pnpm simple-git-hooks",
|
61 | 61 | "build": "pkgroll --minify",
|
|
77 | 77 | "node": ">=18.0.0"
|
78 | 78 | },
|
79 | 79 | "dependencies": {
|
80 |
| - "esbuild": "~0.21.4", |
| 80 | + "esbuild": "~0.21.5", |
81 | 81 | "get-tsconfig": "^4.7.5"
|
82 | 82 | },
|
83 | 83 | "optionalDependencies": {
|
|
86 | 86 | "devDependencies": {
|
87 | 87 | "@ampproject/remapping": "^2.3.0",
|
88 | 88 | "@types/cross-spawn": "^6.0.6",
|
89 |
| - "@types/node": "^20.14.1", |
| 89 | + "@types/node": "^20.14.9", |
90 | 90 | "@types/split2": "^4.2.3",
|
91 | 91 | "append-transform": "^2.0.0",
|
92 | 92 | "cachedir": "^2.4.0",
|
93 | 93 | "chokidar": "^3.6.0",
|
94 | 94 | "clean-pkg-json": "^1.2.0",
|
95 | 95 | "cleye": "^1.3.2",
|
96 | 96 | "cross-spawn": "^7.0.3",
|
97 |
| - "es-module-lexer": "^1.5.3", |
| 97 | + "es-module-lexer": "^1.5.4", |
98 | 98 | "execa": "^8.0.1",
|
99 | 99 | "fs-fixture": "^2.4.0",
|
100 | 100 | "fs-require": "^1.6.0",
|
101 | 101 | "get-node": "^15.0.1",
|
102 | 102 | "kolorist": "^1.8.0",
|
103 |
| - "lint-staged": "^15.2.5", |
104 |
| - "lintroll": "^1.6.1", |
| 103 | + "lint-staged": "^15.2.7", |
| 104 | + "lintroll": "^1.7.1", |
105 | 105 | "magic-string": "^0.30.10",
|
106 | 106 | "manten": "^1.3.0",
|
107 |
| - "memfs": "^4.9.2", |
| 107 | + "memfs": "^4.9.3", |
108 | 108 | "node-pty": "^1.0.0",
|
109 | 109 | "outdent": "^0.8.0",
|
110 | 110 | "pkgroll": "^2.1.1",
|
111 | 111 | "proxyquire": "^2.1.3",
|
112 | 112 | "simple-git-hooks": "^2.11.1",
|
113 | 113 | "split2": "^4.2.0",
|
114 | 114 | "strip-ansi": "^7.1.0",
|
115 |
| - "type-fest": "^4.18.3", |
| 115 | + "type-fest": "^4.20.1", |
116 | 116 | "type-flag": "^3.0.0",
|
117 |
| - "typescript": "^5.4.5" |
| 117 | + "typescript": "^5.5.2" |
118 | 118 | },
|
119 | 119 | "eslintConfig": {
|
120 | 120 | "extends": "@pvtnbr",
|
|
0 commit comments