vitest/examples/typecheck/package.json
renovate[bot] 7c3dfb174a
fix(deps): update all non-major dependencies (#7765)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-03-31 18:15:14 +02:00

23 lines
446 B
JSON

{
"name": "@vitest/example-typecheck",
"type": "module",
"private": true,
"license": "MIT",
"main": "index.js",
"scripts": {
"test": "vitest",
"test:ui": "vitest --ui",
"test:run": "vitest run"
},
"devDependencies": {
"@types/node": "^20.17.28",
"@vitest/ui": "latest",
"typescript": "^5.8.2",
"vite": "latest",
"vitest": "latest"
},
"stackblitz": {
"startCommand": "npm run test:ui"
}
}