|
- {
- "name": "@vitest/expect",
- "type": "module",
- "version": "0.29.8",
- "description": "Jest's expect matchers as a Chai plugin",
- "license": "MIT",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/vitest-dev/vitest.git",
- "directory": "packages/expect"
- },
- "sideEffects": false,
- "exports": {
- ".": {
- "types": "./dist/index.d.ts",
- "import": "./dist/index.js"
- },
- "./*": "./*"
- },
- "main": "./dist/index.js",
- "module": "./dist/index.js",
- "types": "./dist/index.d.ts",
- "files": [
- "dist"
- ],
- "dependencies": {
- "chai": "^4.3.7",
- "@vitest/utils": "0.29.8",
- "@vitest/spy": "0.29.8"
- },
- "devDependencies": {
- "picocolors": "^1.0.0"
- },
- "scripts": {
- "build": "rimraf dist && rollup -c",
- "dev": "rollup -c --watch"
- }
- }
|