{
  "name": "@nuxtjs/seo",
  "type": "module",
  "version": "2.0.0-rc.18",
  "packageManager": "pnpm@9.5.0",
  "description": "The all-in-one SEO layer for Nuxt 3.",
  "author": {
    "name": "Harlan Wilton",
    "email": "harlan@harlanzw.com",
    "url": "https://harlanzw.com/"
  },
  "license": "MIT",
  "funding": "https://github.com/sponsors/harlan-zw",
  "homepage": "https://nuxtseo.com/",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/harlan-zw/nuxt-seo.git"
  },
  "bugs": {
    "url": "https://github.com/harlan-zw/nuxt-seo/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/kit": "^3.12.3",
    "@nuxtjs/robots": "^4.0.2",
    "@nuxtjs/sitemap": "^6.0.0-beta.1",
    "defu": "^6.1.4",
    "nuxt-link-checker": "^3.0.2",
    "nuxt-og-image": "^3.0.0-rc.64",
    "nuxt-schema-org": "^3.3.9",
    "nuxt-seo-experiments": "^4.0.0",
    "nuxt-site-config": "^2.2.15",
    "nuxt-site-config-kit": "^2.2.15",
    "pkg-types": "^1.1.3",
    "ufo": "^1.5.4"
  },
  "devDependencies": {
    "@antfu/eslint-config": "^2.23.0",
    "@nuxt/module-builder": "^0.8.1",
    "@nuxt/schema": "^3.12.4",
    "@nuxt/test-utils": "^3.14.0",
    "@nuxt/ui": "^2.17.0",
    "@nuxtjs/i18n": "^8.3.3",
    "bumpp": "^9.4.1",
    "eslint": "^9.7.0",
    "execa": "^9.3.0",
    "nitropack": "^2.9.7",
    "nuxt": "^3.12.4",
    "typescript": "5.4.5",
    "vitest": "^2.0.3"
  },
  "build": {
    "externals": [
      "ofetch",
      "consola/utils"
    ]
  },
  "resolutions": {
    "@nuxt/schema": "3.12.3",
    "nuxt": "3.12.3",
    "shiki": "1.10.1"
  },
  "scripts": {
    "build": "nuxt-module-build build --stub && nuxt-module-build prepare && nuxt-module-build build",
    "dev": "nuxi dev .playground",
    "dev:docs": "nuxi dev docs",
    "dev:prepare": "nuxt-module-build build --stub && nuxt-module-build prepare && nuxi prepare .playground",
    "lint": "eslint . --fix",
    "release": "pnpm build && bumpp && pnpm -r publish --access public",
    "test": "nuxi prepare .playground && vitest",
    "typecheck": "npx vue-tsc --noEmit --strict"
  }
}