{
  "name": "nuxt-lazy-hydrate",
  "version": "1.0.0",
  "license": "MIT",
  "type": "module",
  "repository": {
    "url": "https://github.com/Baroshem/nuxt-lazy-hydrate"
  },
  "keywords": [
    "nuxt",
    "vue",
    "hydration",
    "lazy",
    "ssr"
  ],
  "exports": {
    ".": {
      "types": "./dist/types.d.ts",
      "import": "./dist/module.mjs",
      "require": "./dist/module.cjs"
    }
  },
  "main": "./dist/module.cjs",
  "types": "./dist/types.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "prepack": "nuxt-module-build",
    "dev": "nuxt-module-build && nuxi dev playground",
    "dev:build": "nuxi build playground",
    "dev:prepare": "nuxt-module-build --stub && nuxi prepare playground"
  },
  "dependencies": {
    "@nuxt/kit": "^3.3.2",
    "vue3-lazy-hydration": "^1.2.1"
  },
  "devDependencies": {
    "@nuxt/module-builder": "^0.4.0",
    "@nuxt/schema": "^3.3.2",
    "@nuxtjs/eslint-config-typescript": "^12.0.0",
    "eslint": "^8.43.0",
    "nuxt": "^3.3.2"
  }
}
