{
  "name": "@ztl-uwu/nuxt-content",
  "version": "2.13.8",
  "description": "Write your content inside your Nuxt app",
  "homepage": "https://content.nuxt.com",
  "keywords": [
    "nuxt",
    "content",
    "module"
  ],
  "repository": "ztl-uwu/nuxt-content",
  "license": "MIT",
  "type": "module",
  "exports": {
    ".": {
      "import": "./dist/module.mjs"
    },
    "./transformers": "./dist/runtime/transformers/index.js",
    "./transformers/*": "./dist/runtime/transformers/*.js"
  },
  "main": "./dist/module.mjs",
  "module": "./dist/module.mjs",
  "web-types": "./dist/web-types.json",
  "files": [
    "dist"
  ],
  "scripts": {
    "dev": "./scripts/playground.sh",
    "dev:build": "nuxi build playground/basic",
    "prepare": "nuxi prepare playground/basic",
    "dev:fixtures": "./scripts/fixture.sh",
    "build": "nuxt-module-build build && pnpm build:web-types",
    "build:docs": "(cd docs && nuxi build)",
    "build:web-types": "vue-docgen-web-types src/runtime/components/ ./dist/web-types.json",
    "example": "./scripts/example.sh",
    "lint": "eslint .",
    "release": "npm run lint; release-it",
    "prepack": "pnpm build",
    "test:coverage": "vitest --coverage",
    "test:types": "tsc --build tsconfig.json",
    "test": "./scripts/test.sh",
    "test:unit": "nuxi prepare test/fixtures/basic && nuxi prepare test/fixtures/document-driven && vitest run"
  },
  "dependencies": {
    "@nuxt/kit": "^3.17.5",
    "@nuxtjs/mdc": "^0.17.0",
    "@vueuse/core": "^13.4.0",
    "@vueuse/head": "^2.0.0",
    "@vueuse/nuxt": "^13.4.0",
    "consola": "^3.4.2",
    "defu": "^6.1.4",
    "destr": "^2.0.5",
    "json5": "^2.2.3",
    "knitwork": "^1.2.0",
    "listhen": "^1.9.0",
    "mdast-util-to-string": "^4.0.0",
    "mdurl": "^2.0.0",
    "micromark": "^4.0.2",
    "micromark-util-sanitize-uri": "^2.0.1",
    "micromark-util-types": "^2.0.2",
    "minimist": "^1.2.8",
    "minisearch": "^7.1.2",
    "ohash": "^2.0.11",
    "pathe": "^2.0.3",
    "scule": "^1.3.0",
    "shiki": "^3.6.0",
    "slugify": "^1.6.6",
    "socket.io-client": "^4.8.1",
    "ufo": "^1.6.1",
    "unist-util-stringify-position": "^4.0.0",
    "unstorage": "^1.16.0",
    "ws": "^8.18.2"
  },
  "devDependencies": {
    "@nuxt/content": "link:",
    "@nuxt/eslint-config": "^1.4.1",
    "@nuxt/module-builder": "^1.0.1",
    "@nuxt/schema": "3.16.2",
    "@nuxt/test-utils": "3.17.2",
    "@nuxthq/studio": "^2.2.1",
    "@nuxtjs/tailwindcss": "^6.14.0",
    "@types/ws": "^8.18.1",
    "c8": "^10.1.3",
    "csvtojson": "^2.0.10",
    "eslint": "^9.29.0",
    "globby": "^14.1.0",
    "husky": "^9.1.7",
    "jiti": "^2.4.2",
    "lint-staged": "^16.1.2",
    "nuxt": "3.16.2",
    "rehype-figure": "^1.0.1",
    "rehype-wrap-all": "^1.1.0",
    "release-it": "^19.0.3",
    "remark-oembed": "^1.2.2",
    "vitest": "^3.2.4",
    "vue-docgen-web-types": "^0.1.8",
    "vue-tsc": "2.2.8"
  },
  "packageManager": "pnpm@10.12.1",
  "release-it": {
    "git": {
      "commitMessage": "chore(release): release v${version}"
    },
    "github": {
      "release": true,
      "releaseName": "v${version}"
    },
    "hooks": {
      "after:bump": "npx changelogen@latest --no-commit --no-tag --output --r $(node -p \"require('./package.json').version\")"
    }
  }
}
