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
31 lines
885 B
JSON
31 lines
885 B
JSON
{
|
|
"name": "@mui/internal-docs-utils",
|
|
"version": "2.0.5",
|
|
"author": "MUI Team",
|
|
"description": "Utilities for MUI docs. This is an internal package not meant for general use.",
|
|
"main": "./build/index.js",
|
|
"exports": {
|
|
".": "./build/index.js"
|
|
},
|
|
"types": "./build/index.d.ts",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/mui/material-ui.git",
|
|
"directory": "packages-internal/docs-utils"
|
|
},
|
|
"scripts": {
|
|
"prebuild": "rimraf ./build",
|
|
"build": "tsc -p tsconfig.build.json",
|
|
"typescript": "tsc -p tsconfig.json",
|
|
"release:publish": "pnpm build && pnpm publish --tag latest",
|
|
"release:publish:dry-run": "pnpm build && pnpm publish --tag latest --registry=\"http://localhost:4873/\""
|
|
},
|
|
"dependencies": {
|
|
"rimraf": "^6.1.2",
|
|
"typescript": "^5.9.3"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
}
|
|
}
|