{
  "name": "@nuxtjs/sitemap",
  "type": "module",
  "version": "7.6.0",
  "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"
  },
  "engines": {
    "node": ">=18.0.0"
  },
  "exports": {
    ".": {
      "types": "./dist/types.d.mts",
      "import": "./dist/module.mjs"
    },
    "./content": "./dist/content.mjs",
    "./utils": "./dist/utils.mjs"
  },
  "main": "./dist/module.mjs",
  "files": [
    "dist"
  ],
  "typesVersions": {
    "*": {
      ".": [
        "./dist/types.d.mts"
      ],
      "content": [
        "./dist/content.d.mts"
      ],
      "utils": [
        "./dist/utils.d.mts"
      ]
    }
  },
  "dependencies": {
    "@nuxt/devtools-kit": "^3.1.1",
    "@nuxt/kit": "^4.3.0",
    "chalk": "^5.6.2",
    "defu": "^6.1.4",
    "fast-xml-parser": "^5.3.3",
    "nuxt-site-config": "^3.2.18",
    "ofetch": "^1.5.1",
    "pathe": "^2.0.3",
    "pkg-types": "^2.3.0",
    "radix3": "^1.1.2",
    "semver": "^7.7.3",
    "sirv": "^3.0.2",
    "std-env": "^3.10.0",
    "ufo": "^1.6.3",
    "ultrahtml": "^1.6.0"
  },
  "peerDependencies": {
    "zod": ">=3"
  },
  "peerDependenciesMeta": {
    "zod": {
      "optional": true
    }
  },
  "devDependencies": {
    "@arethetypeswrong/cli": "^0.18.2",
    "@nuxt/content": "^3.11.0",
    "@nuxt/eslint-config": "^1.13.0",
    "@nuxt/module-builder": "^1.0.2",
    "@nuxt/test-utils": "^3.23.0",
    "@nuxt/ui": "^4.4.0",
    "@nuxtjs/i18n": "^10.2.1",
    "@nuxtjs/robots": "^5.6.7",
    "@vue/test-utils": "^2.4.6",
    "better-sqlite3": "^12.6.2",
    "bumpp": "^10.4.0",
    "eslint": "^9.39.2",
    "eslint-plugin-n": "^17.23.2",
    "execa": "^9.6.1",
    "happy-dom": "^20.3.9",
    "nuxt": "^4.3.0",
    "nuxt-i18n-micro": "^2.20.1",
    "typescript": "^5.9.3",
    "vitest": "3.2.4",
    "vue-tsc": "^3.2.4",
    "zod": "^4.3.6",
    "@nuxtjs/sitemap": "7.6.0"
  },
  "scripts": {
    "lint": "eslint .",
    "lint:type": "tsc --noEmit",
    "lint:fix": "eslint . --fix",
    "client:build": "nuxi generate client",
    "client:dev": "nuxi dev client --port 3300",
    "build": "nuxt-module-build build --stub && nuxt-module-build prepare && nuxt-module-build build && npm run client:build",
    "dev": "nuxi dev playground",
    "prepare:fixtures": "nuxi prepare test/fixtures/basic && nuxi prepare test/fixtures/i18n && nuxi prepare test/fixtures/i18n-micro",
    "dev:build": "nuxi build playground",
    "dev:prepare": "nuxt-module-build build --stub && nuxt-module-build prepare && nuxi prepare playground",
    "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"
  }
}