{ "name": "@vitest/test-core", "type": "module", "private": true, "scripts": { "test": "vitest", "test:html": "vitest --reporter=html", "test:threads": "vitest --project threads", "test:forks": "vitest --project forks", "test:vmThreads": "vitest --project vmThreads", "dev": "vite", "coverage": "vitest run --coverage", "collect": "vitest list" }, "devDependencies": { "@types/debug": "catalog:", "@vitest/expect": "workspace:*", "@vitest/mocker": "workspace:*", "@vitest/runner": "workspace:*", "@vitest/test-dep-cjs": "file:./deps/dep-cjs", "@vitest/test-dep1": "file:./deps/dep1", "@vitest/test-dep2": "file:./deps/dep2", "@vitest/utils": "workspace:*", "@vitest/web-worker": "workspace:^", "@vueuse/integrations": "^10.9.0", "axios": "^0.26.1", "debug": "^4.3.4", "immutable": "5.0.0-beta.5", "memfs": "^4.8.2", "react": "^18.3.1", "react-19": "npm:react@19.0.0-rc-b01722d5-20241114", "sweetalert2": "^11.6.16", "tinyrainbow": "catalog:", "tinyspy": "^1.0.2", "url": "^0.11.0", "vite-node": "workspace:*", "vitest": "workspace:*", "vitest-environment-custom": "file:./vitest-environment-custom", "vue": "catalog:", "zustand": "^4.1.1" } }