{
  "name": "@mui/x-codemod",
  "version": "9.10.1",
  "author": "MUI Team",
  "description": "Codemod scripts for MUI X.",
  "license": "MIT",
  "keywords": [
    "react",
    "react-component",
    "mui",
    "mui-x",
    "codemod",
    "jscodeshift"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mui/mui-x.git",
    "directory": "packages/x-codemod"
  },
  "homepage": "https://github.com/mui/mui-x/tree/master/packages/x-codemod",
  "funding": {
    "type": "opencollective",
    "url": "https://opencollective.com/mui-org"
  },
  "dependencies": {
    "@babel/core": "^7.29.7",
    "@babel/runtime": "^7.29.7",
    "@babel/traverse": "^7.29.7",
    "jscodeshift": "17.4.0",
    "yargs": "^18.0.0",
    "@mui/x-internals": "^9.10.1"
  },
  "sideEffects": false,
  "publishConfig": {
    "access": "public"
  },
  "engines": {
    "node": ">=20.19"
  },
  "type": "commonjs",
  "exports": {
    "./package.json": "./package.json"
  },
  "bin": {
    "x-codemod": "./codemod.js"
  }
}