{ "name": "@vitest/expect", "type": "module", "version": "4.0.0-beta.8", "description": "Jest's expect matchers as a Chai plugin", "license": "MIT", "funding": "https://opencollective.com/vitest", "homepage": "https://github.com/vitest-dev/vitest/tree/main/packages/expect#readme", "repository": { "type": "git", "url": "git+https://github.com/vitest-dev/vitest.git", "directory": "packages/expect" }, "bugs": { "url": "https://github.com/vitest-dev/vitest/issues" }, "sideEffects": false, "exports": { ".": { "types": "./dist/index.d.ts", "default": "./dist/index.js" }, "./*": "./*" }, "main": "./dist/index.js", "module": "./dist/index.js", "types": "./dist/index.d.ts", "files": [ "dist" ], "scripts": { "build": "rimraf dist && rollup -c", "dev": "rollup -c --watch" }, "dependencies": { "@types/chai": "catalog:", "@vitest/spy": "workspace:*", "@vitest/utils": "workspace:*", "chai": "catalog:", "tinyrainbow": "catalog:" }, "devDependencies": { "@vitest/runner": "workspace:*", "rollup-plugin-copy": "^3.5.0" } }