{
  "name": "@dmpddn/cookie-consent",
  "version": "1.2.1",
  "description": "Cookie consent with accessible dialog, agnostic tag triggers and conditional content, script and embed hooks.",
  "keywords": [
    "cookie consent",
    "cookie dialog",
    "gdpr",
    "google tag manager",
    "gtm"
  ],
  "main": "index.mjs",
  "homepage": "https://github.com/helsinkifoundation/cookie-consent",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/helsinkifoundation/cookie-consent.git"
  },
  "dependencies": {
    "@grrr/utils": "^2.3.0"
  },
  "devDependencies": {
    "@babel/core": "^7.6.4",
    "@babel/plugin-transform-modules-commonjs": "^7.6.0",
    "babel-jest": "^26.0.1",
    "eslint": "^7.1.0",
    "eslint-config-airbnb-base": "^14.0.0",
    "eslint-plugin-import": "^2.14.0",
    "eslint-plugin-jest": "^23.0.2",
    "jest": "^26.0.1",
    "node-sass": "^5.0.0"
  },
  "scripts": {
    "test": "jest",
    "lint": "eslint . --ext=.js,.mjs"
  },
  "jest": {
    "transformIgnorePatterns": [
      "//node_modules/(?!.*.*/.*.mjs)/"
    ],
    "transform": {
      "^.+\\.m?js$": "babel-jest"
    },
    "moduleFileExtensions": [
      "js",
      "mjs"
    ]
  },
  "bugs": {
    "url": "https://github.com/helsinkifoundation/cookie-consent/issues"
  },
  "directories": {
    "test": "test"
  },
  "author": ""
}
