{
  "name": "safebanner",
  "version": "0.2.1",
  "description": "Lightweight cookie consent banner with Google Consent Mode v2. One script tag, under 10kb gzipped, zero dependencies.",
  "license": "MIT",
  "author": "Kari Burt <hello@safebanner.com> (https://safebanner.com)",
  "homepage": "https://safebanner.com",
  "repository": {
    "type": "git",
    "url": "https://github.com/hellokariburt/SafeBanner.git",
    "directory": "packages/consent-script"
  },
  "keywords": [
    "cookie-consent",
    "gdpr",
    "cookie-banner",
    "google-consent-mode",
    "consent-management",
    "privacy",
    "cookie-consent-banner",
    "gdpr-compliance"
  ],
  "main": "dist/safebanner.js",
  "files": [
    "dist",
    "README.md",
    "LICENSE"
  ],
  "scripts": {
    "build": "node build.mjs",
    "dev": "node build.mjs --watch",
    "prepublishOnly": "node build.mjs"
  },
  "devDependencies": {
    "esbuild": "^0.20.0",
    "typescript": "^5.3.0"
  }
}
