{
  "name": "ez-consent",
  "version": "1.4.0",
  "description": "🍪 A minimal, vanilla JavaScript cookie consent banner with no dependencies.",
  "main": "src/ez-consent.js",
  "scripts": {
    "compile": "node compile.js",
    "test": "echo \"No test specified\"",
    "lint:eslint": "eslint .",
    "lint:prettier": "prettier . --check",
    "lint:css": "stylelint \"**/*.css\"",
    "lint:md": "markdownlint **/*.md --ignore node_modules",
    "lint:md:urls:relative": "remark . --frail --use remark-validate-links",
    "lint:md:urls:external": "remark . --frail --rc-path .remark-lint-no-dead-urls.mjs",
    "lint:md:consistency": "remark . --frail --use remark-preset-lint-consistent"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/undergroundwires/ez-consent.git"
  },
  "author": "git@undergroundwires.dev",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/undergroundwires/ez-consent/issues"
  },
  "homepage": "https://github.com/undergroundwires/ez-consent#readme",
  "devDependencies": {
    "@babel/core": "^7.26.9",
    "@eslint/js": "^9.21.0",
    "babel-plugin-remove-import-export": "^1.1.1",
    "clean-css": "^5.3.3",
    "esbuild": "0.25.0",
    "eslint": "^9.21.0",
    "eslint-plugin-import": "^2.31.0",
    "markdownlint-cli": "^0.44.0",
    "prettier": "3.5.3",
    "remark-cli": "^12.0.1",
    "remark-lint-no-dead-urls": "^2.0.1",
    "remark-preset-lint-consistent": "^6.0.1",
    "remark-validate-links": "^13.1.0",
    "stylelint": "^16.15.0",
    "stylelint-config-standard": "^37.0.0"
  }
}
