{
  "name": "nuxt-simple-sitemap",
  "type": "module",
  "version": "4.4.1",
  "packageManager": "pnpm@8.14.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/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",
      "import": "./dist/module.mjs",
      "require": "./dist/module.cjs"
    }
  },
  "main": "./dist/module.cjs",
  "types": "./dist/types.d.ts",
  "files": [
    "dist"
  ],
  "dependencies": {
    "@nuxt/devtools-kit": "^1.0.6",
    "@nuxt/devtools-ui-kit": "^1.0.6",
    "@nuxt/kit": "^3.9.0",
    "chalk": "^5.3.0",
    "defu": "^6.1.3",
    "h3-compression": "^0.3.2",
    "nuxt-site-config": "^2.2.0",
    "nuxt-site-config-kit": "^2.2.0",
    "ofetch": "^1.3.3",
    "pathe": "^1.1.1",
    "radix3": "^1.1.0",
    "semver": "^7.5.4",
    "sirv": "^2.0.4",
    "site-config-stack": "^2.2.0",
    "ufo": "^1.3.2"
  },
  "devDependencies": {
    "@antfu/eslint-config": "^2.6.1",
    "@nuxt/content": "^2.10.0",
    "@nuxt/kit": "^3.9.0",
    "@nuxt/module-builder": "^0.5.5",
    "@nuxt/test-utils": "^3.9.0",
    "@nuxt/ui": "^2.11.1",
    "@nuxtjs/eslint-config-typescript": "^12.1.0",
    "@nuxtjs/i18n": "8.0.0",
    "bumpp": "^9.2.1",
    "eslint": "8.56.0",
    "execa": "^8.0.1",
    "nuxt": "^3.9.0",
    "nuxt-icon": "^0.6.8",
    "nuxt-simple-robots": "^4.0.0-rc.9",
    "typescript": "^5.3.3",
    "vitest": "^1.1.1"
  },
  "build": {
    "externals": [
      "h3",
      "std-env",
      "nitropack"
    ]
  },
  "scripts": {
    "lint": "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:devtool": "nuxi dev .playground-devtools",
    "dev:build": "nuxi build .playground",
    "dev:prepare": "nuxt-module-build --stub && nuxi prepare .playground",
    "release": "bumpp && pnpm -r publish",
    "typecheck": "tsc --noEmit ",
    "test": "vitest"
  }
}