{ "name": "@vitest/mocker", "type": "module", "version": "4.0.0-beta.8", "description": "Vitest module mocker implementation", "license": "MIT", "funding": "https://opencollective.com/vitest", "homepage": "https://github.com/vitest-dev/vitest/tree/main/packages/mocker#readme", "repository": { "type": "git", "url": "git+https://github.com/vitest-dev/vitest.git", "directory": "packages/mocker" }, "bugs": { "url": "https://github.com/vitest-dev/vitest/issues" }, "sideEffects": false, "exports": { ".": { "types": "./dist/index.d.ts", "default": "./dist/index.js" }, "./node": { "types": "./dist/node.d.ts", "default": "./dist/node.js" }, "./browser": { "types": "./dist/browser.d.ts", "default": "./dist/browser.js" }, "./redirect": { "types": "./dist/redirect.d.ts", "default": "./dist/redirect.js" }, "./automock": { "types": "./dist/automock.d.ts", "default": "./dist/automock.js" }, "./register": { "types": "./dist/register.d.ts", "default": "./dist/register.js" }, "./auto-register": { "types": "./dist/register.d.ts", "default": "./dist/register.js" }, "./*": "./*" }, "main": "./dist/index.js", "module": "./dist/index.js", "types": "./dist/index.d.ts", "files": [ "*.d.ts", "dist" ], "scripts": { "build": "rimraf dist && rollup -c", "dev": "rollup -c --watch" }, "peerDependencies": { "msw": "^2.4.9", "vite": "^6.0.0 || ^7.0.0-0" }, "peerDependenciesMeta": { "msw": { "optional": true }, "vite": { "optional": true } }, "dependencies": { "@vitest/spy": "workspace:*", "estree-walker": "^3.0.3", "magic-string": "catalog:" }, "devDependencies": { "@types/estree": "catalog:", "@vitest/spy": "workspace:*", "@vitest/utils": "workspace:*", "acorn-walk": "catalog:", "msw": "catalog:", "pathe": "catalog:", "vite": "^6.3.5" } }