{
  "name": "cookiedialog",
  "version": "1.0.3",
  "description": "Lightweight GDPR cookie consent dialog with geolocation support",
  "main": "dist/cookiedialog.min.js",
  "module": "dist/cookiedialog.esm.js",
  "types": "dist/types/index.d.ts",
  "scripts": {
    "build": "webpack --mode production",
    "dev": "webpack --mode development --watch",
    "test": "jest",
    "lint": "eslint src/**/*.ts --no-error-on-unmatched-pattern || echo 'No TypeScript files to lint'",
    "prepublishOnly": "npm run build",
    "version": "npm run build && git add dist/",
    "postversion": "git push && git push --tags"
  },
  "keywords": [
    "gdpr",
    "cookie-consent",
    "privacy",
    "compliance",
    "cookie-dialog",
    "consent-management"
  ],
  "author": "",
  "license": "MIT",
  "files": [
    "dist"
  ],
  "devDependencies": {
    "@types/jest": "^30.0.0",
    "@types/node": "^24.3.0",
    "@typescript-eslint/eslint-plugin": "^8.41.0",
    "@typescript-eslint/parser": "^8.41.0",
    "css-loader": "^7.1.2",
    "css-minimizer-webpack-plugin": "^7.0.2",
    "eslint": "^9.34.0",
    "html-webpack-plugin": "^5.6.4",
    "jest": "^30.1.1",
    "jest-environment-jsdom": "^30.1.1",
    "mini-css-extract-plugin": "^2.9.4",
    "style-loader": "^4.0.0",
    "terser-webpack-plugin": "^5.3.14",
    "ts-jest": "^29.4.1",
    "ts-loader": "^9.5.4",
    "typescript": "^5.9.2",
    "webpack": "^5.101.3",
    "webpack-cli": "^6.0.1"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/timothydodd/cookiedialog"
  },
  "bugs": {
    "url": "https://github.com/timothydodd/cookiedialog/issues"
  },
  "homepage": "https://cookiedialog.com"
}
