{
  "name": "@senx/ga-gdpr",
  "version": "0.0.21",
  "keywords": [
    "web",
    "web components",
    "GDPR",
    "Google analytics"
  ],
  "repository": {
    "type": "git",
    "url": "https://gitlab.com/marin.xavier/warp-cnil.git"
  },
  "author": "SenX <contact@senx.io>",
  "license": "Apache-2.0",
  "description": "Cookie banner and GA tracking",
  "main": "./dist/index.cjs.js",
  "module": "dist/index.js",
  "es2015": "dist/esm/index.mjs",
  "es2017": "dist/esm/index.mjs",
  "types": "dist/types/components.d.ts",
  "collection": "dist/collection/collection-manifest.json",
  "collection:main": "dist/collection/index.js",
  "files": [
    "dist/"
  ],
  "scripts": {
    "build": "stencil build --prod --docs",
    "dev": "stencil build --dev --watch --serve",
    "test": "stencil test --spec --e2e",
    "test.watch": "stencil test --spec --e2e --watchAll",
    "generate": "stencil generate",
    "prepublishOnly": "npm run build"
  },
  "dependencies": {
    "@stencil/core": "3.0.0",
    "cookieconsent": "^3.1.1"
  },
  "devDependencies": {
    "@stencil/sass": "2.0.3"
  }
}
