{ "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.19.9", "@vitest/ui": "latest", "typescript": "^5.8.3", "vite": "latest", "vitest": "latest" }, "stackblitz": { "startCommand": "npm run test:ui" } }