{
    "name": "@bemit/consent-ui-mui",
    "version": "0.0.8",
    "description": "",
    "homepage": "https://bemit.codes",
    "author": "Michael Becker <michael@bemit.codes>",
    "license": "proprietary",
    "keywords": [
        "consent",
        "CMP",
        "opt-in",
        "compliance",
        "embed",
        "react-embed",
        "react-component",
        "react",
        "mui",
        "material-ui"
    ],
    "devDependencies": {
        "@bemit/consent-ui": "~0.0.5",
        "@bemit/consent-ui-react": "~0.0.7",
        "@mui/material": "^5.1",
        "@mui/icons-material": "^5.1",
        "@types/react": "^18.3.4",
        "react": "^18.3.0"
    },
    "peerDependencies": {
        "@bemit/consent-ui": "~0.0.5",
        "@bemit/consent-ui-react": "~0.0.7",
        "@mui/material": "^5.1",
        "@mui/icons-material": "^5.1",
        "react": "^17.0 || ^18.0"
    },
    "scripts": {
        "dtsgen": "tsc -d --emitDeclarationOnly --pretty && merge-dirs build/dts/consent-ui-mui/src build && rm -rf build/dts && rm -rf build/**/*.test.*"
    },
    "sideEffects": false,
    "module": "./index.js",
    "main": "./cjs/index.js",
    "types": "./index.d.ts",
    "publishConfig": {
        "access": "public"
    },
    "gitHead": "30273a87ff1af9f80c67f8474848471f7f8644fe"
}