Files
react-test/packages-internal/scripts/package.json
how2ice 005cf56baf
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
init project
2025-12-12 14:26:25 +09:00

58 lines
1.8 KiB
JSON

{
"name": "@mui/internal-scripts",
"version": "2.0.16",
"author": "MUI Team",
"description": "Utilities supporting MUI libraries build and docs generation. This is an internal package not meant for general use.",
"exports": {
"./typescript-to-proptypes": {
"types": "./build/typescript-to-proptypes/index.d.ts",
"default": "./build/typescript-to-proptypes/index.js"
},
"./generate-llms-txt": {
"types": "./build/generate-llms-txt/index.d.ts",
"default": "./build/generate-llms-txt/index.js"
}
},
"repository": {
"type": "git",
"url": "git+https://github.com/mui/material-ui.git",
"directory": "packages-internal/scripts"
},
"license": "MIT",
"scripts": {
"prebuild": "rimraf ./build",
"build": "tsc -b tsconfig.json",
"release:publish": "pnpm build && pnpm publish --tag latest",
"release:publish:dry-run": "pnpm build && pnpm publish --tag latest --registry=\"http://localhost:4873/\"",
"test": "pnpm --workspace-root test:unit --project \"*:@mui/internal-scripts\"",
"typescript": "tsc -b tsconfig.typecheck.json"
},
"dependencies": {
"@babel/core": "^7.28.5",
"@babel/plugin-syntax-class-properties": "^7.12.13",
"@babel/plugin-syntax-jsx": "^7.27.1",
"@babel/plugin-syntax-typescript": "^7.27.1",
"@babel/types": "^7.28.5",
"@mui/internal-docs-utils": "workspace:^",
"doctrine": "^3.0.0",
"es-toolkit": "^1.42.0",
"typescript": "^5.9.3"
},
"devDependencies": {
"@babel/register": "^7.28.3",
"@types/babel__core": "^7.20.5",
"@types/chai": "^5.2.3",
"@types/doctrine": "^0.0.9",
"@types/node": "^20.19.25",
"@types/react": "^19.2.7",
"@types/uuid": "^10.0.0",
"chai": "^6.0.1",
"fast-glob": "^3.3.3",
"prettier": "^3.6.2",
"rimraf": "^6.0.1"
},
"publishConfig": {
"access": "public"
}
}