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
869 B
JSON
31 lines
869 B
JSON
{
|
|
"name": "@mui-internal/api-docs-builder-core",
|
|
"version": "1.0.0",
|
|
"description": "MUI Core-specific settings for API docs generator",
|
|
"private": "true",
|
|
"main": "./index.ts",
|
|
"scripts": {
|
|
"test": "pnpm --workspace-root test:unit --project \"*:@mui-internal/api-docs-builder-core\"",
|
|
"typescript": "tsc -p tsconfig.json"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/mui/material-ui.git",
|
|
"directory": "packages/api-docs-builder-core"
|
|
},
|
|
"dependencies": {
|
|
"@mui-internal/api-docs-builder": "workspace:^",
|
|
"@mui/internal-markdown": "workspace:^",
|
|
"docs": "workspace:^",
|
|
"es-toolkit": "^1.42.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/chai": "^5.2.3",
|
|
"@types/node": "^20.19.25",
|
|
"@types/sinon": "^17.0.4",
|
|
"chai": "^6.0.1",
|
|
"sinon": "^21.0.0",
|
|
"typescript": "^5.9.2"
|
|
}
|
|
}
|