This repository has been archived on 2024-09-18. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
front/node_modules/@mui/core-downloads-tracker/package.json
2024-09-18 13:34:19 -03:00

26 lines
666 B
JSON

{
"name": "@mui/core-downloads-tracker",
"version": "6.1.0",
"private": false,
"author": "MUI Team",
"description": "Internal package to track number of downloads of our design system libraries",
"files": [],
"repository": {
"type": "git",
"url": "https://github.com/mui/material-ui.git",
"directory": "packages/core-downloads-tracker"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/mui/material-ui/issues"
},
"homepage": "https://mui.com/",
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/mui-org"
},
"publishConfig": {
"access": "public",
"directory": "build"
}
}