{
  "name": "@nuxtjs/seo",
  "type": "module",
  "version": "5.3.1",
  "description": "Fully equipped Technical SEO for busy Nuxters.",
  "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",
    "directory": "packages/nuxt-seo"
  },
  "bugs": {
    "url": "https://github.com/harlan-zw/nuxt-seo/issues"
  },
  "exports": {
    ".": {
      "types": "./dist/types.d.mts",
      "default": "./dist/module.mjs"
    },
    "./const": "./dist/const.mjs",
    "./content": "./dist/content.mjs"
  },
  "main": "./dist/module.mjs",
  "typesVersions": {
    "*": {
      ".": [
        "./dist/types.d.mts"
      ],
      "const": [
        "./dist/const.d.mts"
      ],
      "content": [
        "./dist/content.d.mts"
      ]
    }
  },
  "files": [
    "dist"
  ],
  "peerDependencies": {
    "nuxt": "^3.16.0 || ^4.0.0"
  },
  "dependencies": {
    "@nuxt/kit": "^4.4.8",
    "@nuxtjs/robots": "^6.1.1",
    "@nuxtjs/sitemap": "^8.2.1",
    "nuxt-link-checker": "^5.1.1",
    "nuxt-og-image": "^6.7.0",
    "nuxt-schema-org": "^6.2.1",
    "nuxt-seo-utils": "^8.3.1",
    "nuxt-site-config": "^4.1.0",
    "nuxtseo-shared": "5.3.1"
  },
  "devDependencies": {
    "@arethetypeswrong/cli": "^0.18.4",
    "@nuxt/content": "^3.14.0",
    "@nuxt/module-builder": "^1.0.2",
    "@nuxt/schema": "^4.4.8",
    "@nuxt/test-utils": "^4.0.3",
    "@nuxtjs/i18n": "^10.4.0",
    "@resvg/resvg-js": "^2.6.2",
    "@types/jest-image-snapshot": "^6.4.1",
    "@vue/test-utils": "^2.4.11",
    "better-sqlite3": "^12.11.1",
    "execa": "^9.6.1",
    "happy-dom": "^20.10.6",
    "jest-image-snapshot": "^6.5.2",
    "nitropack": "^2.13.4",
    "nuxt": "^4.4.8",
    "nuxt-ai-ready": "^1.4.0",
    "nuxt-skew-protection": "^1.3.0",
    "satori": "^0.26.0",
    "typescript": "^6.0.3",
    "vitest": "^4.1.9"
  },
  "publishConfig": {
    "resolutions": {},
    "scripts": {},
    "devDependencies": {}
  },
  "scripts": {
    "build": "nuxt-module-build build",
    "dev": "nuxt dev playground",
    "dev:prepare": "nuxt-module-build prepare && nuxt prepare playground",
    "typecheck": "nuxt typecheck playground",
    "prepare:fixtures": "nuxt prepare test/fixtures/basic && nuxt prepare test/fixtures/i18n && nuxt prepare test/fixtures/content",
    "test": "pnpm prepare:fixtures && vitest",
    "test:run": "pnpm prepare:fixtures && vitest run",
    "test:attw": "attw --pack --profile esm-only"
  }
}