{
  "name": "@mui/codemod",
  "version": "9.0.1",
  "author": "MUI Team",
  "description": "Codemod scripts for Material UI.",
  "license": "MIT",
  "keywords": [
    "react",
    "react-component",
    "mui",
    "codemod",
    "jscodeshift"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mui/material-ui.git",
    "directory": "packages/mui-codemod"
  },
  "homepage": "https://github.com/mui/material-ui/tree/master/packages/mui-codemod",
  "funding": {
    "type": "opencollective",
    "url": "https://opencollective.com/mui-org"
  },
  "dependencies": {
    "@babel/core": "^7.29.0",
    "@babel/runtime": "^7.29.2",
    "@babel/traverse": "^7.29.0",
    "@mui/material-v5": "npm:@mui/material@5.18.0",
    "jscodeshift": "^17.1.2",
    "jscodeshift-add-imports": "^1.0.11",
    "postcss": "^8.5.13",
    "postcss-cli": "^11.0.1",
    "yargs": "^17.7.2"
  },
  "sideEffects": false,
  "publishConfig": {
    "access": "public"
  },
  "engines": {
    "node": ">=14.0.0"
  },
  "type": "commonjs",
  "exports": {
    "./package.json": "./package.json"
  },
  "bin": "./codemod.js"
}