{
  "name": "@motomedialab/cookie-consent",
  "description": "A JavaScript consent script that interacts directly with Google Tag manager.",
  "version": "1.3.3",
  "private": false,
  "scripts": {
    "dev": "vite",
    "build": "run-p type-check \"build-only {@}\" --",
    "preview": "vite preview",
    "build-only": "vite build",
    "type-check": "vue-tsc --noEmit -p tsconfig.app.json --composite false",
    "lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore",
    "deploy": "npm run format && npm run build && npm publish --access public",
    "test": "vitest",
    "format": "prettier --write src/"
  },
  "dependencies": {
    "vue": "^3.3.4"
  },
  "devDependencies": {
    "@rushstack/eslint-patch": "^1.3.3",
    "@tsconfig/node18": "^18.2.2",
    "@types/node": "^18.18.5",
    "@vitejs/plugin-vue": "^5.2.4",
    "@vue/eslint-config-prettier": "^8.0.0",
    "@vue/eslint-config-typescript": "^12.0.0",
    "@vue/test-utils": "^2.4.3",
    "@vue/tsconfig": "^0.4.0",
    "autoprefixer": "^10.4.16",
    "eslint": "^8.49.0",
    "eslint-plugin-vue": "^9.17.0",
    "happy-dom": "^17.4.7",
    "npm-run-all2": "^6.1.1",
    "postcss": "^8.4.32",
    "prettier": "^3.0.3",
    "sass": "^1.69.5",
    "tailwindcss": "^3.3.6",
    "ts-node": "^10.9.1",
    "typescript": "~5.2.0",
    "vite": "^6.3.5",
    "vite-plugin-banner": "^0.7.1",
    "vite-plugin-css-injected-by-js": "^3.3.0",
    "vitest": "^3.1.4",
    "vue-tsc": "^2.1.6"
  },
  "main": "dist/index.js",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/motomedialab/cookie-consent.git"
  },
  "keywords": [
    "cookie",
    "consent",
    "gdpr",
    "eu",
    "compliance"
  ],
  "author": "Chris Page",
  "license": "GNU GPLv3",
  "bugs": {
    "url": "https://github.com/motomedialab/cookie-consent/issues"
  },
  "homepage": "https://github.com/motomedialab/cookie-consent#readme"
}
