{
  "name": "@nuxtjs/sitemap",
  "type": "module",
  "version": "7.4.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"
  },
  "main": "./dist/module.mjs",
  "files": [
    "dist",
    "virtual.d.ts"
  ],
  "typesVersions": {
    "*": {
      ".": [
        "./dist/types.d.mts"
      ],
      "content": [
        "./dist/content.d.mts"
      ]
    }
  },
  "dependencies": {
    "@nuxt/devtools-kit": "^2.5.0",
    "@nuxt/kit": "^3.17.5",
    "chalk": "^5.4.1",
    "defu": "^6.1.4",
    "h3-compression": "^0.3.2",
    "nuxt-site-config": "^3.2.0",
    "ofetch": "^1.4.1",
    "pathe": "^2.0.3",
    "pkg-types": "^2.1.0",
    "radix3": "^1.1.2",
    "semver": "^7.7.2",
    "sirv": "^3.0.1",
    "ufo": "^1.6.1"
  },
  "devDependencies": {
    "@arethetypeswrong/cli": "^0.18.2",
    "@nuxt/content": "^3.6.0",
    "@nuxt/eslint-config": "^1.4.1",
    "@nuxt/module-builder": "^1.0.1",
    "@nuxt/test-utils": "^3.19.1",
    "@nuxt/ui": "^3.1.3",
    "@nuxtjs/i18n": "^9.5.5",
    "@nuxtjs/robots": "^5.2.10",
    "better-sqlite3": "^11.10.0",
    "bumpp": "^10.1.1",
    "eslint": "^9.29.0",
    "eslint-plugin-n": "^17.20.0",
    "execa": "^9.6.0",
    "happy-dom": "^18.0.1",
    "nuxt": "^3.17.5",
    "nuxt-i18n-micro": "^1.87.0",
    "typescript": "^5.8.3",
    "vitest": "^3.2.3",
    "vue-tsc": "^2.2.10"
  },
  "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",
    "dev:build": "nuxi build playground",
    "dev:prepare": "nuxt-module-build build --stub && nuxt-module-build prepare && nuxi prepare playground",
    "release": "pnpm build && bumpp && pnpm -r publish",
    "test": "vitest && pnpm run test:attw",
    "test:attw": "attw --pack",
    "typecheck": "vue-tsc --noEmit"
  }
}