UNPKG

@primarix/easy-consent

Version:

A lightweight consent management solution for Google Analytics and related services. This is a beta version and should be used with caution.

58 lines (57 loc) 1.47 kB
{ "name": "@primarix/easy-consent", "version": "0.0.5", "description": "A lightweight consent management solution for Google Analytics and related services. This is a beta version and should be used with caution.", "main": "dist/index.cjs", "module": "dist/index.mjs", "types": "dist/index.d.ts", "exports": { ".": { "import": "./dist/index.mjs", "require": "./dist/index.cjs" }, "./reactHooks": { "import": "./dist/reactHooks/index.mjs", "require": "./dist/reactHooks/index.cjs" } }, "scripts": { "build": "tsup src/index.ts src/reactHooks/index.ts --format esm,cjs --dts" }, "keywords": [ "google analytics", "consent management", "consent mode", "cookie storage", "typescript support", "javascript library" ], "author": "jorge", "license": "MIT", "type": "commonjs", "repository": { "type": "git", "url": "git+https://github.com/JorgeRosbel/easy-consent.git" }, "bugs": { "url": "https://github.com/JorgeRosbel/easy-consent/issues" }, "homepage": "https://github.com/JorgeRosbel/easy-consent#readme", "peerDependencies": { "react": ">=16" }, "peerDependenciesMeta": { "react": { "optional": true } }, "devDependencies": { "@types/node": "^20.11.0", "@types/react": "^18.2.0", "eslint": "^9.24.0", "prettier": "^3.5.3", "react": "^18.2.0", "tsup": "^8.4.0", "typescript": "^5.8.3" } }