{
  "name": "nuxt-seo-experiments",
  "type": "module",
  "version": "4.0.0",
  "description": "Powerful SEO DX improvements that may or may not land in the Nuxt core.",
  "license": "MIT",
  "funding": "https://github.com/sponsors/harlan-zw",
  "homepage": "https://nuxtseo.com/experiments",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/harlan-zw/nuxt-seo-experiments.git"
  },
  "bugs": {
    "url": "https://github.com/harlan-zw/nuxt-seo-experiments/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"
  ],
  "build": {
    "externals": [
      "@unhead/shared",
      "unhead"
    ]
  },
  "dependencies": {
    "@nuxt/kit": "^3.12.3",
    "@unhead/addons": "^1.9.16",
    "defu": "^6.1.4",
    "escape-string-regexp": "^5.0.0",
    "fast-glob": "^3.3.2",
    "image-size": "^1.1.1",
    "nuxt-site-config": "^2.2.14",
    "nuxt-site-config-kit": "^2.2.14",
    "pathe": "^1.1.2",
    "ufo": "^1.5.3"
  },
  "devDependencies": {
    "@antfu/eslint-config": "2.22.2",
    "@nuxt/module-builder": "^0.8.1",
    "@nuxt/test-utils": "^3.13.1",
    "@nuxt/ui": "^2.17.0",
    "@nuxtjs/eslint-config-typescript": "^12.1.0",
    "@nuxtjs/i18n": "^8.3.1",
    "@unhead/shared": "^1.9.16",
    "bumpp": "^9.4.1",
    "cheerio": "1.0.0-rc.12",
    "eslint": "^9.7.0",
    "nuxt": "^3.12.3",
    "playwright-core": "^1.45.1",
    "sass": "^1.77.8",
    "typescript": "5.4.5",
    "vitest": "^2.0.3"
  },
  "scripts": {
    "lint": "eslint . --fix",
    "stub": "nuxt-build-module build --stub && nuxt-module-build prepare",
    "build": "pnpm stub && nuxt-module-build 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": "nuxi prepare playground && vitest"
  }
}