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
33 lines
813 B
JSON
33 lines
813 B
JSON
{
|
|
"name": "@mui/envinfo",
|
|
"version": "2.0.44",
|
|
"author": "MUI Team",
|
|
"description": "Logs info about the environment relevant to @mui/*.",
|
|
"bin": "./envinfo.js",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/mui/material-ui.git",
|
|
"directory": "packages/mui-envinfo"
|
|
},
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/mui/material-ui/issues"
|
|
},
|
|
"homepage": "https://github.com/mui/material-ui/tree/HEAD/packages/mui-envinfo",
|
|
"files": [],
|
|
"scripts": {
|
|
"build": "code-infra build --bundle cjs --buildTypes false --skipBabelRuntimeCheck"
|
|
},
|
|
"dependencies": {
|
|
"envinfo": "^7.21.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/chai": "^5.2.3",
|
|
"chai": "^6.0.1"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public",
|
|
"directory": "build"
|
|
}
|
|
}
|