{
  "name": "@nuxtjs/sitemap",
  "type": "module",
  "version": "8.0.13",
  "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.2",
    "consola": "^3.4.2",
    "defu": "^6.1.7",
    "fast-xml-parser": "^5.6.0",
    "nuxt-site-config": "^4.0.8",
    "nuxtseo-shared": "^5.1.3",
    "ofetch": "^1.5.1",
    "pathe": "^2.0.3",
    "pkg-types": "^2.3.0",
    "radix3": "^1.1.2",
    "ufo": "^1.6.3",
    "ultrahtml": "^1.6.0"
  },
  "devDependencies": {
    "@antfu/eslint-config": "^8.2.0",
    "@arethetypeswrong/cli": "^0.18.2",
    "@nuxt/content": "^3.13.0",
    "@nuxt/devtools-kit": "4.0.0-alpha.3",
    "@nuxt/module-builder": "^1.0.2",
    "@nuxt/test-utils": "^4.0.2",
    "@nuxt/ui": "^4.6.1",
    "@nuxtjs/i18n": "^10.2.4",
    "@nuxtjs/robots": "^6.0.7",
    "@vue/test-utils": "^2.4.6",
    "better-sqlite3": "^12.9.0",
    "bumpp": "^11.0.1",
    "eslint": "^10.2.0",
    "eslint-plugin-harlanzw": "^0.12.1",
    "execa": "^9.6.1",
    "happy-dom": "^20.9.0",
    "nuxt": "^4.4.2",
    "nuxt-i18n-micro": "^3.17.0",
    "nuxtseo-layer-devtools": "^5.1.3",
    "semver": "^7.7.4",
    "sirv": "^3.0.2",
    "std-env": "^4.1.0",
    "typescript": "^6.0.2",
    "vitest": "^4.1.4",
    "vue-tsc": "^3.2.6",
    "zod": "^4.3.6",
    "@nuxtjs/sitemap": "8.0.13"
  },
  "scripts": {
    "lint": "eslint .",
    "lint:fix": "eslint . --fix",
    "client:build": "nuxt generate devtools",
    "devtools": "nuxt dev devtools --port 3030",
    "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",
    "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"
  }
}