@bemit/consent-ui-react
Version:
57 lines • 1.7 kB
JSON
{
"name": "@bemit/consent-ui-react",
"version": "0.0.12",
"description": "",
"author": "Michael Becker <michael@bemit.codes>",
"license": "LicenseRef-LICENSE-Proprietary",
"keywords": [
"consent",
"CMP",
"opt-in",
"compliance",
"embed",
"react-embed",
"react-component",
"react"
],
"devDependencies": {
"@bemit/consent-ui": "~0.0.5",
"@types/react": "^19.1.8",
"react": "^19.1.0"
},
"peerDependencies": {
"@bemit/consent-ui": "~0.0.5",
"react": "^17.0 || ^18.0 || ^19.0"
},
"type": "module",
"sideEffects": false,
"exports": {
".": {
"types": "./index.d.ts",
"import": "./index.js",
"require": "./cjs/index.js"
},
"./ConsentUiProvider": {
"types": "./ConsentUiProvider/index.d.ts",
"import": "./ConsentUiProvider/index.js",
"require": "./cjs/ConsentUiProvider/index.js"
},
"./useEmbedState": {
"types": "./useEmbedState/index.d.ts",
"import": "./useEmbedState/index.js",
"require": "./cjs/useEmbedState/index.js"
},
"./usePreferState": {
"types": "./usePreferState/index.d.ts",
"import": "./usePreferState/index.js",
"require": "./cjs/usePreferState/index.js"
},
"./package.json": "./package.json"
},
"scripts": {
"dtsgen": "tsc -d --emitDeclarationOnly --pretty && merge-dirs build/dts/src build && rm -rf build/dts && rm -rf build/**/*.test.*"
},
"publishConfig": {
"access": "public"
}
}