{
  "name": "@tengerly/cookie-consent",
  "version": "1.1.5",
  "description": "A lightweight, customizable cookie consent solution for Next.js and modern web frameworks with comprehensive multi-language support",
  "main": "dist/cookie-consent-library.js",
  "module": "dist/cookie-consent-library.js",
  "types": "dist/cookie-consent-library.d.ts",
  "exports": {
    ".": {
      "types": "./dist/cookie-consent-library.d.ts",
      "default": "./dist/cookie-consent-library.js"
    },
    "./react": {
      "types": "./dist/useCookieConsent.d.ts", 
      "default": "./dist/useCookieConsent.js"
    },
    "./translations": {
      "types": "./dist/translations.d.ts",
      "default": "./dist/translations.js"
    }
  },
  "files": [
    "dist/",
    "README.md",
    "LICENSE"
  ],
  "scripts": {
    "build": "echo 'No build process needed - vanilla JS library'",
    "test": "echo 'No tests specified'",
    "prepublishOnly": "npm run build",
    "publish:npm": "npm publish --access public"
  },
  "keywords": [
    "cookie",
    "consent",
    "gdpr",
    "privacy",
    "nextjs",
    "react",
    "typescript",
    "javascript",
    "library",
    "cookie-banner",
    "cookie-compliance",
    "multi-language",
    "i18n",
    "internationalization",
    "localization",
    "french",
    "german",
    "spanish",
    "italian",
    "dutch",
    "portuguese",
    "tengerly"
  ],
  "author": "Tengerly",
  "license": "MIT",
  "peerDependencies": {
    "react": ">=16.8.0",
    "next": ">=12.0.0"
  },
  "peerDependenciesMeta": {
    "react": {
      "optional": true
    },
    "next": {
      "optional": true
    }
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/tengerly/cookie-consent-library.git"
  },
  "bugs": {
    "url": "https://github.com/tengerly/cookie-consent-library/issues"
  },
  "homepage": "https://github.com/tengerly/cookie-consent-library#readme",
  "engines": {
    "node": ">=14.0.0"
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  }
} 