{
  "name": "@ryze-digital/cookie-consent",
  "version": "1.1.0",
  "description": "Abstracts and standardizes the implementation of cookie consent managers, such as Cookiebot or OneTrust",
  "main": "index.js",
  "author": "RYZE Digital GmbH <kontakt@ryze-digital.de> (https://www.ryze-digital.de/)",
  "license": "MIT",
  "type": "module",
  "repository": "github:ryze-digital/cookie-consent",
  "scripts": {
    "lint": "npm-run-all --parallel lint:*",
    "lint:scripts": "eslint src/scripts/**",
    "lint-fix": "npm-run-all --parallel lint-fix:*",
    "lint-fix:scripts": "npm run lint:scripts -- --fix",
    "test": "npm run test:scripts",
    "test:scripts": "jest",
    "test:scripts:coverage": "jest --coverage",
    "build": "npm-run-all --parallel build:*",
    "build:scripts": "webpack",
    "watch": "npm-run-all --parallel watch:*",
    "watch:scripts": "webpack --watch",
    "docs": "npm-run-all --parallel docs:*",
    "docs:scripts": "jsdoc src/scripts/* -d docs/scripts",
    "prebuild": "node pre-build.js"
  },
  "dependencies": {
    "@ryze-digital/js-utilities": "^1.1.0"
  },
  "devDependencies": {
    "@ryze-digital/eslint-config-website": "^1.0.1",
    "jest": "^30.2.0",
    "jest-environment-jsdom": "^30.2.0",
    "jest-junit": "^16.0.0",
    "npm-run-all": "^4.1.5",
    "webpack": "^5.102.1",
    "webpack-cli": "^6.0.1"
  },
  "keywords": [
    "javascript",
    "js",
    "cookiebot",
    "onetrust",
    "cookieconsent"
  ]
}
