Some checks failed
No response / noResponse (push) Has been cancelled
CI / Continuous releases (push) Has been cancelled
CI / test-dev (macos-latest) (push) Has been cancelled
CI / test-dev (ubuntu-latest) (push) Has been cancelled
CI / test-dev (windows-latest) (push) Has been cancelled
Maintenance / main (push) Has been cancelled
Scorecards supply-chain security / Scorecards analysis (push) Has been cancelled
CodeQL / Analyze (push) Has been cancelled
56 lines
1.4 KiB
JSON
56 lines
1.4 KiB
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"
|
|
],
|
|
"scripts": {
|
|
"test": "pnpm --workspace-root test:unit --project \"*:@mui/codemod\"",
|
|
"build": "code-infra build --bundle cjs --buildTypes false --copy codemod.js",
|
|
"release": "pnpm build && pnpm publish"
|
|
},
|
|
"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"
|
|
},
|
|
"devDependencies": {
|
|
"@material-ui/core": "^4.12.4",
|
|
"@mui/material-v5": "npm:@mui/material@5.18.0",
|
|
"@types/chai": "^5.2.3",
|
|
"@types/jscodeshift": "0.12.0",
|
|
"chai": "^6.0.1"
|
|
},
|
|
"sideEffects": false,
|
|
"publishConfig": {
|
|
"access": "public",
|
|
"directory": "build"
|
|
},
|
|
"engines": {
|
|
"node": ">=14.0.0"
|
|
}
|
|
}
|