{
  "name": "nuxt-delay-hydration",
  "type": "module",
  "version": "1.3.8",
  "description": "Improve your Nuxt.js Google Lighthouse score by delaying hydration ⚡️",
  "author": "Harlan Wilton <harlan@harlanzw.com>",
  "license": "MIT",
  "homepage": "https://github.com/harlan-zw/nuxt-delay-hydration",
  "repository": {
    "type": "git",
    "url": "https://github.com/harlan-zw/nuxt-delay-hydration"
  },
  "bugs": "https://github.com/harlan-zw/nuxt-delay-hydration/issues",
  "keywords": [
    "nuxt",
    "nuxt-module",
    "hydration",
    "lighthouse",
    "page speed",
    "performance"
  ],
  "exports": {
    "types": "./dist/module.d.ts",
    "import": "./dist/module.mjs",
    "require": "./dist/module.cjs"
  },
  "main": "./dist/module.cjs",
  "types": "./dist/module.d.ts",
  "files": [
    "dist"
  ],
  "dependencies": {
    "@nuxt/kit": "^3.13.1",
    "lodash-es": "^4.17.21",
    "packrup": "^0.1.2",
    "radix3": "^1.1.2"
  },
  "devDependencies": {
    "@antfu/eslint-config": "^3.3.2",
    "@nuxt/module-builder": "^0.8.3",
    "@nuxt/schema": "^3.13.1",
    "@nuxt/test-utils": "^3.14.1",
    "@nuxt/types": "^2.18.1",
    "@types/fs-extra": "^11.0.4",
    "@types/lodash-es": "^4.17.12",
    "@vitest/ui": "^2.0.5",
    "bumpp": "^9.5.2",
    "eslint": "^9.10.0",
    "nuxt": "^3.13.1",
    "typescript": "^5.5.4",
    "upath": "^2.0.1",
    "vitest": "^2.0.5"
  },
  "scripts": {
    "dev": "nuxi dev .playground",
    "stub": "npx terser src/template/global.mjs -o src/runtime/template/global.mjs && npx terser src/template/replay.mjs -o src/runtime/template/replay.mjs && nuxt-module-build build --stub",
    "dev:prepare": "pnpm stub",
    "build": "nuxi prepare .playground && nuxt-module-build build",
    "lint": "eslint . --fix",
    "release": "bumpp package.json packages/*/package.json --commit --push --tag",
    "test": "true"
  }
}