{
  "_from": "react-cookie-consent@^8.0.1",
  "_id": "react-cookie-consent@8.0.1",
  "_inBundle": false,
  "_integrity": "sha512-4A2jzPQDFfBhtxIz4hYX+vJ0QnOknGdOXpEoetXzgwUrMtxVJVow8YgBsGerNt5rJI7WhKkHwr8LmxekxgVejg==",
  "_location": "/react-cookie-consent",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "react-cookie-consent@^8.0.1",
    "name": "react-cookie-consent",
    "escapedName": "react-cookie-consent",
    "rawSpec": "^8.0.1",
    "saveSpec": null,
    "fetchSpec": "^8.0.1"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/react-cookie-consent/-/react-cookie-consent-8.0.1.tgz",
  "_shasum": "83526a39c19be82872e9374c6fef98d05e12e5ba",
  "_spec": "react-cookie-consent@^8.0.1",
  "_where": "/var/www/justnowapp",
  "author": {
    "name": "Rick van Lieshout",
    "email": "info@rickvanlieshout.com"
  },
  "bugs": {
    "url": "https://github.com/Mastermindzh/react-cookie-consent/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "js-cookie": "^2.2.1"
  },
  "deprecated": false,
  "description": "A small, simple and customizable cookie consent bar for use in React applications.",
  "devDependencies": {
    "@emotion/react": "^11.9.3",
    "@emotion/styled": "^11.9.3",
    "@mastermindzh/prettier-config": "^1.0.0",
    "@mui/material": "^5.9.2",
    "@size-limit/preset-small-lib": "^7.0.8",
    "@storybook/addon-essentials": "^6.5.9",
    "@storybook/addons": "^6.5.9",
    "@storybook/react": "^6.5.9",
    "@types/js-cookie": "^2.2.6",
    "@types/react": "^18.0.15",
    "@types/react-dom": "^18.0.6",
    "babel-loader": "^8.2.5",
    "husky": "^8.0.1",
    "prettier": "^2.6.2",
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "react-is": "^18.2.0",
    "size-limit": "^7.0.8",
    "tsdx": "^0.14.1",
    "tslib": "^2.4.0",
    "typescript": "^3.9.10"
  },
  "engines": {
    "node": ">=10"
  },
  "files": [
    "dist",
    "src"
  ],
  "homepage": "https://github.com/Mastermindzh/react-cookie-consent#readme",
  "keywords": [
    "react",
    "cookie",
    "consent",
    "cookiebar"
  ],
  "license": "MIT",
  "lint-staged": {
    "*.{js*,ts*,htm*,md,scss}": [
      "prettier --write"
    ]
  },
  "main": "dist/index.js",
  "module": "dist/react-cookie-consent.esm.js",
  "name": "react-cookie-consent",
  "peerDependencies": {
    "react": ">=16"
  },
  "prettier": "@mastermindzh/prettier-config",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Mastermindzh/react-cookie-consent.git"
  },
  "scripts": {
    "analyze": "size-limit --why",
    "build": "tsdx build",
    "build-storybook": "build-storybook",
    "install-husky": "npx husky install",
    "lint": "tsdx lint",
    "major": "npm --no-git-tag-version version major",
    "minor": "npm --no-git-tag-version version minor",
    "organize": "npx format-package -w && npx sort-package-json",
    "patch": "npm --no-git-tag-version version patch",
    "prepare": "tsdx build",
    "prettier": "prettier 'src/**/*.{js*,ts*,htm*,md,scss}' --write",
    "preversion": "grep \"\\[$npm_package_version\\]\" CHANGELOG.md > /dev/null || ( echo 'You need to add an entry in CHANGELOG.md for this version.' && false )",
    "publish": "npx np",
    "size": "size-limit",
    "start": "tsdx watch",
    "storybook": "start-storybook -p 6006",
    "test": "tsdx test --passWithNoTests"
  },
  "size-limit": [
    {
      "path": "dist/react-cookie-consent.cjs.production.min.js",
      "limit": "10 KB"
    },
    {
      "path": "dist/react-cookie-consent.esm.js",
      "limit": "10 KB"
    }
  ],
  "typings": "dist/index.d.ts",
  "version": "8.0.1"
}
