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