{
  "hfc": {
    "name": "mui-button"
  },
  "name": "@hyper.fun/mui-button",
  "version": "1.3.1",
  "main": "esm/index.js",
  "module": "esm/index.js",
  "type": "module",
  "description": "material-ui button by mui",
  "keywords": [
    "hyper-function-component",
    "hfc",
    "mui",
    "material-ui",
    "button"
  ],
  "license": "ISC",
  "dependencies": {
    "@emotion/react": "^11.9.3",
    "@emotion/styled": "^11.9.3",
    "@mui/material": "^5.9.2",
    "react": ">=16.8.0",
    "react-dom": ">=16.8.0",
    "react-to-hfc": "^1.2.3"
  },
  "optionalDependencies": {
    "@types/hyper-function-component": "^2.0.0"
  }
}