{ "name": "@mui/internal-test-utils", "version": "2.0.16", "author": "MUI Team", "description": "Utilities for MUI tests. This is an internal package not meant for general use.", "repository": { "type": "git", "url": "git+https://github.com/mui/material-ui.git", "directory": "packages-internal/test-utils" }, "exports": { ".": "./src/index.ts", "./createDescribe": "./src/createDescribe.ts", "./createRenderer": "./src/createRenderer.tsx", "./init": "./src/init.js", "./initMatchers": "./src/initMatchers.ts", "./initPlaywrightMatchers": "./src/initPlaywrightMatchers.ts", "./chaiPlugin": "./src/chaiPlugin.ts", "./setupVitest": "./src/setupVitest.ts" }, "scripts": { "prebuild": "rimraf ./build", "build": "code-infra build", "typescript": "tsc -p tsconfig.json", "release:publish": "pnpm publish --tag latest", "release:publish:dry-run": "pnpm publish --tag latest --registry=\"http://localhost:4873/\"" }, "dependencies": { "@babel/runtime": "^7.28.4", "@emotion/cache": "^11.14.0", "@emotion/react": "^11.14.0", "@testing-library/dom": "^10.4.1", "@testing-library/react": "^16.3.0", "@testing-library/user-event": "^14.6.1", "assertion-error": "^2.0.1", "chai-dom": "^1.12.1", "dom-accessibility-api": "^0.7.1", "es-toolkit": "^1.42.0", "format-util": "^1.0.5", "jsdom": "^26.1.0", "prop-types": "^15.8.1", "sinon": "^21.0.0" }, "devDependencies": { "@playwright/test": "^1.56.1", "@types/chai": "^5.2.3", "@types/chai-dom": "^1.11.3", "@types/format-util": "^1.0.4", "@types/jsdom": "^21.1.7", "@types/prop-types": "^15.7.15", "@types/react": "^19.2.7", "@types/react-dom": "^19.2.3", "@types/sinon": "^17.0.4", "typescript": "^5.9.2" }, "peerDependencies": { "@playwright/test": "^1.53.1", "chai": "^4.5.0 || ^5.0.0 || ^6.0.0", "react": "^18.0.0 || ^19.0.0", "react-dom": "^18.0.0 || ^19.0.0" }, "publishConfig": { "access": "public", "directory": "build" } }