{ "name": "@vitest/example-fastify", "type": "module", "private": true, "license": "MIT", "main": "index.js", "scripts": { "dev": "NODE_ENV=development tsx watch src", "test": "vitest", "test:ui": "vitest --ui", "test:run": "vitest run" }, "devDependencies": { "@vitest/ui": "latest", "fastify": "^5.4.0", "supertest": "^6.3.4", "tsx": "^4.20.3", "vite": "latest", "vitest": "latest" }, "stackblitz": { "startCommand": "npm run test:ui" } }