{
  "name": "cookiebot-embeds",
  "version": "1.2.2",
  "description": "A library for managing external embeds when using Cookiebot to ask for consent within the iframe.",
  "main": "dist/cookiebot-embeds.umd.js",
  "module": "dist/cookiebot-embeds.es.js",
  "types": "src/CookiebotEmbeds.d.ts",
  "exports": {
    ".": {
      "import": "./dist/cookiebot-embeds.es.js",
      "require": "./dist/cookiebot-embeds.umd.js"
    }
  },
  "scripts": {
    "dev": "vite",
    "build": "vite build --minify esbuild"
  },
  "keywords": ["cookiebot", "gdpr", "marketing", "embeds", "consent"],
  "author": "Rajan Shrestha",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/razaanstha/cookiebot-embeds.git"
  },
  "devDependencies": {
    "vite": "^5.0.0"
  }
}
