{ "name": "@mui/types", "version": "7.4.9", "author": "MUI Team", "description": "Utility types for Material UI.", "keywords": [ "react", "react-component", "mui", "types" ], "repository": { "type": "git", "url": "git+https://github.com/mui/material-ui.git", "directory": "packages/mui-types" }, "license": "MIT", "bugs": { "url": "https://github.com/mui/material-ui/issues" }, "homepage": "https://github.com/mui/material-ui/tree/master/packages/mui-types", "scripts": { "build": "code-infra build", "release": "pnpm build && pnpm publish", "test": "echo 'No runtime test. Type tests are run with the `typescript` script.'", "typescript": "tsc -p tsconfig.json", "attw": "attw --pack ./build --exclude-entrypoints esm modern" }, "sideEffects": false, "publishConfig": { "access": "public", "directory": "build" }, "dependencies": { "@babel/runtime": "^7.28.4" }, "devDependencies": { "@mui/types": "workspace:*", "@types/react": "^19.2.7" }, "peerDependencies": { "@types/react": "^17.0.0 || ^18.0.0 || ^19.0.0" }, "peerDependenciesMeta": { "@types/react": { "optional": true } }, "exports": { ".": "./src/index.ts" } }