@mui/codemod
Version:
Codemod scripts for Material UI.
46 lines • 1.06 kB
JSON
{
"name": "@mui/codemod",
"version": "7.3.6",
"author": "MUI Team",
"description": "Codemod scripts for Material UI.",
"bin": "./codemod.js",
"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.28.5",
"@babel/runtime": "^7.28.4",
"@babel/traverse": "^7.28.5",
"jscodeshift": "^17.1.2",
"jscodeshift-add-imports": "^1.0.11",
"postcss": "^8.5.6",
"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"
}
}