{
  "name": "nuxt-kql",
  "type": "module",
  "version": "2.1.2",
  "packageManager": "pnpm@10.14.0",
  "description": "Kirby's Query Language API for Nuxt",
  "author": "Johann Schopplich <hello@johannschopplich.com>",
  "license": "MIT",
  "homepage": "https://nuxt-kql.byjohann.dev",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/johannschopplich/nuxt-kql.git"
  },
  "bugs": {
    "url": "https://github.com/johannschopplich/nuxt-kql/issues"
  },
  "keywords": [
    "getkirby",
    "kirby",
    "kql",
    "nuxt",
    "query"
  ],
  "sideEffects": false,
  "exports": {
    ".": {
      "types": "./dist/types.d.mts",
      "default": "./dist/module.mjs"
    }
  },
  "main": "./dist/module.mjs",
  "types": "./dist/types.d.mts",
  "files": [
    "dist"
  ],
  "scripts": {
    "prepack": "nuxt-module-build build",
    "dev": "nuxt dev playground",
    "dev:build": "nuxt build playground",
    "dev:prepare": "nuxt-module-build build --stub && nuxt-module-build prepare && nuxt prepare playground && nuxt prepare test/fixture",
    "docs:dev": "vitepress dev docs",
    "docs:build": "vitepress build docs",
    "docs:preview": "vitepress preview docs",
    "lint": "eslint .",
    "lint:fix": "eslint . --fix",
    "test": "vitest",
    "test:types": "tsc --noEmit",
    "release": "bumpp"
  },
  "dependencies": {
    "@nuxt/kit": "^4.0.3",
    "@vueuse/core": "^13.6.0",
    "defu": "^6.1.4",
    "kirby-types": "^1.0.0",
    "ofetch": "^1.4.1",
    "ohash": "^2.0.11",
    "pathe": "^2.0.3",
    "scule": "^1.3.0",
    "ufo": "^1.6.1",
    "uint8array-extras": "^1.4.1"
  },
  "devDependencies": {
    "@antfu/eslint-config": "^5.2.1",
    "@nuxt/module-builder": "^1.0.2",
    "@nuxt/test-utils": "^3.19.2",
    "@types/node": "^22.17.1",
    "bumpp": "^10.2.3",
    "destr": "^2.0.5",
    "eslint": "^9.33.0",
    "nuxt": "^4.0.3",
    "typescript": "^5.9.2",
    "vitest": "^3.2.4"
  }
}
