{
  "name": "@chicho-ui/material",
  "version": "0.0.37",
  "private": false,
  "author": "ChichoTeam",
  "description": "React components that implement Google's Material Design.",
  "main": "./node/index.js",
  "keywords": [
    "react",
    "react-component",
    "material design",
    "material-ui",
    "chicho-ui"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/urgentconsult/chicho-ui.git",
    "directory": "packages/chicho-ui-material"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/urgentconsult/chicho-ui/issues"
  },
  "dependencies": {
    "@emotion/react": "11.11.1",
    "@emotion/styled": "11.11.0",
    "@mui/material": "5.14.18"
  },
  "sideEffects": false,
  "publishConfig": {
    "access": "public"
  },
  "module": "./index.js",
  "types": "./index.d.ts"
}