{
  "name": "astro-iubenda",
  "version": "0.5.1",
  "description": "Astro integration for Iubenda Privacy Policy and Terms & Conditions",
  "keywords": [
    "astro",
    "astro-integration",
    "ccpa",
    "cmp",
    "consent",
    "consent-management",
    "cookie-banner",
    "cookie-consent-banner",
    "cookie-policy",
    "gdpr",
    "iubenda",
    "lgpd",
    "privacy-policy",
    "terms-and-conditions",
    "withastro"
  ],
  "homepage": "https://github.com/Valyay/astro-iubenda#readme",
  "bugs": {
    "url": "https://github.com/Valyay/astro-iubenda/issues"
  },
  "license": "MIT",
  "author": "Evgeniy Valyaev <dev.valyay@gmail.com>",
  "repository": "https://github.com/Valyay/astro-iubenda",
  "files": [
    "dist",
    "virtual.d.ts"
  ],
  "type": "module",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": "./dist/index.js",
  "devDependencies": {
    "@changesets/cli": "^2.31.0",
    "@size-limit/preset-small-lib": "^12.1.0",
    "@types/node": "^22.19.17",
    "@vitest/coverage-v8": "^4.1.5",
    "astro": "^6.2.2",
    "nano-staged": "^1.0.2",
    "oxfmt": "^0.47.0",
    "oxlint": "^1.62.0",
    "size-limit": "^12.1.0",
    "size-limit-preset-node-lib": "^0.4.0",
    "tsup": "^8.5.1",
    "typescript": "^6.0.3",
    "vite": "^8.0.10",
    "vitest": "^4.1.5"
  },
  "peerDependencies": {
    "astro": "^2.0.0 || ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0"
  },
  "nano-staged": {
    "*.{js,jsx,ts,tsx,mjs,cjs,mts,cts,json}": [
      "oxfmt",
      "oxlint --fix"
    ]
  },
  "size-limit": [
    {
      "path": "dist/index.js",
      "limit": "2.5 kB"
    }
  ],
  "engines": {
    "node": ">=22",
    "pnpm": ">=11"
  },
  "scripts": {
    "clean": "node --input-type=commonjs -e \"const {rmSync}=require('node:fs');for (const p of ['dist','pnpm-lock.yaml','.pnpm-debug.log','node_modules']) rmSync(p,{recursive:true,force:true})\"",
    "typecheck": "tsc --noEmit --pretty",
    "test:pub": "pnpm publish --dry-run --no-git-checks",
    "build": "tsup",
    "lint": "oxlint",
    "lint:fix": "oxlint --fix",
    "format": "oxfmt",
    "format:check": "oxfmt --check",
    "changeset": "changeset",
    "version": "changeset version && pnpm install --no-frozen-lockfile",
    "release": "pnpm run build && changeset publish",
    "test": "vitest run",
    "test:watch": "vitest",
    "size": "size-limit",
    "prepare-hooks": "git config core.hooksPath .githooks"
  }
}