{ "name": "vitest-test", "private": true, "license": "MIT", "type": "module", "main": "index.js", "scripts": { "test": "vitest", "test:run": "vitest run" }, "devDependencies": { "@vitejs/plugin-vue": "^2.2.4", "@vue/test-utils": "^2.0.0-rc.18", "jsdom": "latest", "vite-plugin-ruby": "^3.0.8", "vitest": "latest", "vue": "^3.2.26" }, "stackblitz": { "startCommand": "npm run test" } }