UNPKG

@dorsium/gdpr

Version:

Lightweight GDPR & Cookie Consent module for Next.js projects. Built by Dorsium

47 lines (46 loc) 995 B
{ "name": "@dorsium/gdpr", "version": "1.0.5", "description": "Lightweight GDPR & Cookie Consent module for Next.js projects. Built by Dorsium", "license": "MIT", "author": "Dorsium", "homepage": "https://dorsium.com", "repository": { "type": "git", "url": "https://github.com/dorsium/gdpr-consent.git" }, "keywords": [ "gdpr", "cookie-consent", "nextjs", "react", "privacy", "consent", "dorsium", "cookie-banner", "nextjs-plugin", "tailwind" ], "main": "dist/index.js", "module": "dist/index.esm.js", "types": "dist/index.d.ts", "files": [ "dist" ], "scripts": { "build": "tsup", "dev": "tsup --watch", "prepublishOnly": "npm version patch" }, "peerDependencies": { "react": ">=17", "react-dom": ">=17" }, "devDependencies": { "@types/react": "^19.1.8", "@types/react-dom": "^19.1.6", "tsup": "^8.5.0", "typescript": "^5.8.3" }, "packageManager": "npm@11.4.2" }