|
9 | 9 | "build": "tsup-node --env.NODE_ENV production", |
10 | 10 | "prod": "pnpm check && pnpm build", |
11 | 11 | "start": "tsup-node --env.NODE_ENV development --watch", |
12 | | - "test": "node --loader tsm --enable-source-maps bin/test.ts" |
| 12 | + "test": "pnm tsx bin/test.ts", |
| 13 | + "tsx": "tsx" |
13 | 14 | }, |
14 | 15 | "contributors": [ |
15 | 16 | { |
|
67 | 68 | "require": "./dist/core.cjs", |
68 | 69 | "default": "./dist/core.js" |
69 | 70 | }, |
70 | | - "./process": { |
71 | | - "types": "./dist/process.d.ts", |
72 | | - "import": "./dist/process.js", |
73 | | - "require": "./dist/process.cjs", |
74 | | - "default": "./dist/process.js" |
75 | | - }, |
76 | 71 | "./tester": { |
77 | 72 | "types": "./dist/tester.d.ts", |
78 | 73 | "import": "./dist/tester.js", |
|
87 | 82 | }, |
88 | 83 | "./package.json": "./package.json" |
89 | 84 | }, |
90 | | - "files": [ |
91 | | - "dist", |
92 | | - "stubs" |
93 | | - ], |
| 85 | + "files": ["dist", "stubs"], |
94 | 86 | "bin": "./dist/cli.js", |
95 | 87 | "keywords": [ |
96 | 88 | "astro-integration", |
|
116 | 108 | }, |
117 | 109 | "bugs": "https://github.com/@QwikDev/astro/issues", |
118 | 110 | "dependencies": { |
119 | | - "@clack/prompts": "^0.8.2", |
| 111 | + "@clack/prompts": "^0.11.0", |
120 | 112 | "cross-spawn": "^7.0.6", |
121 | | - "fs-extra": "^11.2.0", |
| 113 | + "fs-extra": "^11.3.0", |
122 | 114 | "kleur": "^4.1.5", |
| 115 | + "panam": "^0.3.0", |
| 116 | + "tsx": "^4.20.1", |
123 | 117 | "which": "^5.0.0", |
124 | 118 | "which-pm-runs": "^1.1.0", |
125 | | - "yargs": "^17.7.2" |
| 119 | + "yargs": "^18.0.0" |
126 | 120 | }, |
127 | 121 | "devDependencies": { |
128 | | - "@japa/assert": "^3.0.0", |
129 | | - "@japa/runner": "^3.1.4", |
| 122 | + "@japa/assert": "^4.0.1", |
| 123 | + "@japa/runner": "^4.2.0", |
130 | 124 | "@types/cross-spawn": "^6.0.6", |
131 | 125 | "@types/fs-extra": "^11.0.4", |
132 | | - "@types/node": "^22.10.2", |
| 126 | + "@types/node": "^24.0.0", |
133 | 127 | "@types/which": "^3.0.4", |
134 | 128 | "@types/which-pm-runs": "^1.0.2", |
135 | 129 | "@types/yargs": "^17.0.33", |
136 | | - "tslib": "^2.8.1", |
137 | | - "tsm": "^2.3.0", |
138 | | - "tsup": "^8.3.5", |
139 | | - "typescript": "^5.7.2" |
| 130 | + "rimraf": "^6.0.1", |
| 131 | + "tsup": "^8.5.0", |
| 132 | + "typescript": "^5.8.3" |
140 | 133 | } |
141 | 134 | } |
0 commit comments