{
  "name": "@toujou/toujou-consent",
  "version": "4.0.4",
  "description": "A consent element",
  "main": "./dist/toujou-consent.js",
  "module": "./src/toujou-consent.js",
  "type": "module",
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/toujou/ui-components.git",
    "directory": "packages/toujou-consent"
  },
  "scripts": {
    "build": "npm run build:lib && npm run build:dist",
    "build:lib": "rollup --silent --config ../../rollup.config.js",
    "build:dist": "rollup --config ../../rollup.config.dist.js",
    "genPackagelock": "npm i --package-lock-only",
    "watch": "rollup --watch --silent --config ../../rollup.config.js "
  },
  "dependencies": {
    "lit": "^2.0.0-rc.2",
    "redux": "^4.0.5",
    "redux-thunk": "^2.3.0",
    "regenerator-runtime": "^0.13.3",
    "reselect": "^4.0.0",
    "tslib": "^2.5.0"
  },
  "devDependencies": {
    "cookie-store": "^4.0.0-next.2"
  },
  "keywords": [
    "toujou",
    "consent",
    "web-component"
  ],
  "author": "toujou",
  "license": "MIT",
  "gitHead": "bac52fdb981aa300007598f53f278ca6a3eda343"
}
