{
  "name": "nuxt-simple-sitemap",
  "type": "module",
  "version": "2.7.0",
  "packageManager": "pnpm@8.6.0",
  "description": "The simplest way to add XML Sitemaps to your Nuxt 3 site.",
  "license": "MIT",
  "funding": "https://github.com/sponsors/harlan-zw",
  "homepage": "https://github.com/harlan-zw/nuxt-simple-sitemap#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/harlan-zw/nuxt-simple-sitemap.git"
  },
  "bugs": {
    "url": "https://github.com/harlan-zw/nuxt-simple-sitemap/issues"
  },
  "exports": {
    ".": {
      "types": "./dist/types.d.ts",
      "require": "./dist/module.cjs",
      "import": "./dist/module.mjs"
    }
  },
  "main": "./dist/module.cjs",
  "types": "./dist/types.d.ts",
  "files": [
    "dist"
  ],
  "dependencies": {
    "@nuxt/kit": "3.5.3",
    "chalk": "^5.2.0",
    "defu": "^6.1.2",
    "escape-string-regexp": "^5.0.0",
    "globby": "^13.1.4",
    "knitwork": "^1.0.0",
    "pathe": "^1.1.1",
    "radix3": "^1.0.1",
    "ufo": "^1.1.2"
  },
  "devDependencies": {
    "@antfu/eslint-config": "^0.39.5",
    "@nuxt/content": "^2.6.0",
    "@nuxt/kit": "^3.3.1",
    "@nuxt/module-builder": "^0.4.0",
    "@nuxt/test-utils": "3.5.3",
    "@nuxtjs/eslint-config-typescript": "^12.0.0",
    "@nuxtjs/i18n": "8.0.0-beta.10",
    "bumpp": "^9.1.1",
    "eslint": "8.42.0",
    "execa": "^7.1.1",
    "nuxt": "^3.5.3",
    "nuxt-simple-robots": "^2.3.0",
    "vitest": "0.31.0"
  },
  "scripts": {
    "lint": "eslint . --fix",
    "build": "nuxi prepare .playground && nuxt-module-build",
    "dev": "nuxi dev .playground",
    "dev:build": "nuxi build .playground",
    "dev:prepare": "nuxt-module-build --stub && nuxi prepare .playground",
    "release": "bumpp package.json --commit --push --tag",
    "test": "vitest"
  }
}