{
  "name": "@mui/codemod",
  "version": "7.0.2",
  "bin": "./codemod.js",
  "private": false,
  "author": "MUI Team",
  "description": "Codemod scripts for MUI.",
  "keywords": [
    "react",
    "react-component",
    "mui",
    "codemod",
    "jscodeshift"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mui/material-ui.git",
    "directory": "packages/mui-codemod"
  },
  "license": "MIT",
  "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.26.10",
    "@babel/runtime": "^7.27.0",
    "@babel/traverse": "^7.27.0",
    "jscodeshift": "^17.1.2",
    "jscodeshift-add-imports": "^1.0.11",
    "postcss": "^8.5.3",
    "postcss-cli": "^11.0.1",
    "yargs": "^17.7.2"
  },
  "devDependencies": {
    "@types/chai": "^4.3.20",
    "@types/jscodeshift": "0.12.0",
    "chai": "^4.5.0"
  },
  "sideEffects": false,
  "publishConfig": {
    "access": "public",
    "directory": "build"
  },
  "engines": {
    "node": ">=14.0.0"
  },
  "scripts": {
    "test": "cd ../../ && cross-env NODE_ENV=test mocha 'packages/mui-codemod/**/*.test.?(c|m)[jt]s?(x)'",
    "prebuild": "rimraf build",
    "build": "node ../../scripts/build.mjs node --out-dir ./build && cpy README.md build && cpy package.json build && cpy codemod.js build",
    "release": "pnpm build && pnpm publish"
  }
}