{
  "name": "nuxt-multi-cache",
  "version": "4.0.3",
  "description": "SSR route, component and data cache for Nuxt",
  "type": "module",
  "exports": {
    ".": {
      "types": "./dist/types.d.mts",
      "import": "./dist/module.mjs"
    },
    "./server-options": "./dist/server-options.mjs"
  },
  "typesVersions": {
    "*": {
      ".": [
        "./dist/types.d.mts"
      ],
      "server-options": [
        "./dist/server-options.d.mts"
      ]
    }
  },
  "main": "./dist/module.mjs",
  "keywords": [
    "nuxt",
    "cache",
    "ssr",
    "page",
    "caching",
    "component"
  ],
  "author": {
    "name": "Jan Hug",
    "url": "https://dulnan.net",
    "email": "me@dulnan.net"
  },
  "license": "MIT",
  "scripts": {
    "prepack": "nuxt-module-build build",
    "dev": "nuxi dev playground",
    "dev:playground-disk": "nuxi dev playground-disk",
    "dev:playground-disk:build": "nuxi build playground-disk",
    "dev:playground-nuxt3": "nuxi dev playground-nuxt3",
    "dev:build": "nuxi build playground",
    "dev:serve": "node playground/.output/server/index.mjs",
    "dev:prepare": "nuxt-module-build build --stub && nuxt-module-build prepare && nuxi prepare playground-disk && nuxi prepare playground-nuxt3 && nuxi prepare playground",
    "dev:inspect": "nuxi dev playground --inspect",
    "typecheck": "vue-tsc --noEmit && cd playground && vue-tsc --noEmit",
    "docs:dev": "vitepress dev docs --port 5000",
    "docs:build": "vitepress build docs",
    "docs:serve": "vitepress serve docs --port 5000",
    "prettier": "prettier ./src --check",
    "prettier:fix": "prettier ./src --write",
    "lint": "eslint ./src",
    "lint:fix": "eslint ./src --fix",
    "fake-data": "node ./scripts/fakeData.js",
    "test": "TZ=utc vitest",
    "test:debug": "TZ=utc vitest --disable-console-intercept --no-file-parallelism",
    "test:ci": "TZ=utc vitest run",
    "test:coverage": "TZ=utc vitest run --coverage"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/dulnan/nuxt-multi-cache.git"
  },
  "files": [
    "dist"
  ],
  "dependencies": {
    "@tusbar/cache-control": "^1.0.2"
  },
  "devDependencies": {
    "@faker-js/faker": "^8.4.1",
    "@nuxt/eslint": "^1.3.0",
    "@nuxt/kit": "^3.17.5",
    "@nuxt/module-builder": "^1.0.1",
    "@nuxt/schema": "^3.17.5",
    "@nuxt/test-utils": "^3.17.2",
    "@playwright/test": "^1.53.1",
    "@types/node": "^20.14.2",
    "@vitest/coverage-v8": "^3.2.4",
    "@vue/test-utils": "^2.4.6",
    "css-what": "^6.1.0",
    "eslint": "^9.25.1",
    "eslint-config-prettier": "^10.1.2",
    "eslint-plugin-prettier": "^5.2.6",
    "h3-compression": "^0.3.2",
    "h3-fast-compression": "^1.0.1",
    "happy-dom": "^14.12.0",
    "nuxt": "^3.17.5",
    "playwright-core": "^1.44.1",
    "prettier": "^3.3.2",
    "simple-git": "^3.28.0",
    "vite-plugin-css-injected-by-js": "^3.5.2",
    "vitepress": "^1.4.1",
    "vitest": "^3.1.2",
    "vue-json-pretty": "^2.4.0",
    "vue-tsc": "^2.1.6"
  }
}
