{
  "name": "@nuxtjs/sitemap",
  "type": "module",
  "version": "8.2.1",
  "description": "Powerfully flexible XML Sitemaps that integrate seamlessly, for Nuxt.",
  "author": {
    "name": "Harlan Wilton",
    "email": "harlan@harlanzw.com",
    "url": "https://harlanzw.com/"
  },
  "license": "MIT",
  "funding": "https://github.com/sponsors/harlan-zw",
  "homepage": "https://github.com/nuxt-modules/sitemap#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/nuxt-modules/sitemap.git"
  },
  "bugs": {
    "url": "https://github.com/nuxt-modules/sitemap/issues"
  },
  "exports": {
    ".": {
      "types": "./dist/types.d.mts",
      "import": "./dist/module.mjs"
    },
    "./content": "./dist/content.mjs",
    "./utils": "./dist/utils.mjs"
  },
  "main": "./dist/module.mjs",
  "typesVersions": {
    "*": {
      ".": [
        "./dist/types.d.mts"
      ],
      "content": [
        "./dist/content.d.mts"
      ],
      "utils": [
        "./dist/utils.d.mts"
      ]
    }
  },
  "files": [
    "dist"
  ],
  "engines": {
    "node": ">=18.0.0"
  },
  "peerDependencies": {
    "zod": ">=3"
  },
  "peerDependenciesMeta": {
    "zod": {
      "optional": true
    }
  },
  "dependencies": {
    "@nuxt/kit": "^4.4.8",
    "consola": "^3.4.2",
    "defu": "^6.1.7",
    "fast-xml-parser": "^5.8.0",
    "nuxt-site-config": "^4.1.0",
    "nuxtseo-shared": "^5.3.0",
    "ofetch": "^1.5.1",
    "pathe": "^2.0.3",
    "pkg-types": "^2.3.1",
    "radix3": "^1.1.2",
    "ufo": "^1.6.4",
    "ultrahtml": "^1.6.0"
  },
  "devDependencies": {
    "@antfu/eslint-config": "^9.0.0",
    "@arethetypeswrong/cli": "^0.18.3",
    "@nuxt/content": "^3.14.0",
    "@nuxt/devtools-kit": "4.0.0-alpha.7",
    "@nuxt/module-builder": "^1.0.2",
    "@nuxt/test-utils": "^4.0.3",
    "@nuxt/ui": "^4.8.2",
    "@nuxtjs/i18n": "^10.4.0",
    "@nuxtjs/robots": "^6.0.9",
    "@vue/test-utils": "^2.4.11",
    "better-sqlite3": "^12.10.0",
    "bumpp": "^11.1.0",
    "eslint": "^10.4.1",
    "eslint-plugin-harlanzw": "^0.17.0",
    "execa": "^9.6.1",
    "happy-dom": "^20.10.2",
    "nuxt": "^4.4.8",
    "nuxt-i18n-micro": "^3.18.2",
    "nuxtseo-layer-devtools": "^5.3.0",
    "semver": "^7.8.4",
    "sirv": "^3.0.2",
    "std-env": "^4.1.0",
    "typescript": "^6.0.3",
    "unbuild": "^3.6.1",
    "vitest": "^4.1.8",
    "vue-tsc": "^3.3.4",
    "zod": "^4.4.3",
    "@nuxtjs/sitemap": "8.2.1"
  },
  "scripts": {
    "lint": "eslint .",
    "lint:fix": "eslint . --fix",
    "client:build": "node -e \"const { cpSync } = require('fs'); const { sep } = require('path'); cpSync('devtools','dist/devtools',{recursive:true,filter:src=>!src.split(sep).some(p=>['.data','.nuxt','node_modules'].includes(p))})\"",
    "build": "nuxt-module-build build --stub && nuxt-module-build prepare && nuxt-module-build build && npm run client:build",
    "dev": "nuxt dev playground",
    "prepare:fixtures": "nuxt prepare test/fixtures/basic && nuxt prepare test/fixtures/i18n && nuxt prepare test/fixtures/i18n-micro",
    "dev:build": "nuxt build playground",
    "dev:prepare": "nuxt-module-build build --stub && nuxt-module-build prepare && nuxt prepare playground && pnpm run client:build",
    "release": "pnpm build && bumpp -x \"npx changelogen --output=CHANGELOG.md\"",
    "test": "vitest run && pnpm run test:attw",
    "test:unit": "vitest --project=unit",
    "test:attw": "attw --pack",
    "typecheck": "nuxt typecheck"
  }
}