{
  "name": "nuxt-schema-org",
  "type": "module",
  "version": "5.0.5",
  "description": "The quickest and easiest way to build Schema.org graphs for Nuxt.",
  "author": "Harlan Wilton <harlan@harlanzw.com>",
  "license": "MIT",
  "funding": "https://github.com/sponsors/harlan-zw",
  "homepage": "https://nuxtseo.com/schema-org",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/harlan-zw/nuxt-schema-org.git"
  },
  "bugs": {
    "url": "https://github.com/harlan-zw/nuxt-schema-org/issues"
  },
  "keywords": [
    "schema-org",
    "nuxt",
    "@nuxt-schema-org",
    "nuxt-module",
    "nuxt3"
  ],
  "exports": {
    ".": {
      "types": "./dist/types.d.mts",
      "import": "./dist/module.mjs"
    },
    "./schema": "./dist/schema.mjs",
    "./content": "./dist/content.mjs"
  },
  "main": "./dist/module.mjs",
  "typesVersions": {
    "*": {
      ".": [
        "./dist/types.d.mts"
      ],
      "content": [
        "./dist/content.d.mts"
      ],
      "schema": [
        "./dist/schema.d.mts"
      ]
    }
  },
  "files": [
    "dist"
  ],
  "peerDependencies": {
    "@unhead/vue": "^2.0.7"
  },
  "peerDependenciesMeta": {
    "@unhead/vue": {
      "optional": true
    }
  },
  "dependencies": {
    "@nuxt/kit": "^3.16.2",
    "@unhead/schema-org": "^2.0.7",
    "defu": "^6.1.4",
    "nuxt-site-config": "^3.1.9",
    "pathe": "^2.0.3",
    "pkg-types": "^2.1.0",
    "sirv": "^3.0.1"
  },
  "devDependencies": {
    "@antfu/eslint-config": "^4.12.0",
    "@arethetypeswrong/cli": "^0.17.4",
    "@nuxt/content": "^3.4.0",
    "@nuxt/module-builder": "^1.0.1",
    "@nuxt/schema": "^3.16.2",
    "@nuxt/test-utils": "^3.17.2",
    "@nuxt/ui": "^3.0.2",
    "@nuxtjs/i18n": "^9.5.3",
    "@nuxtjs/robots": "^5.2.10",
    "bumpp": "^10.1.0",
    "cheerio": "^1.0.0",
    "eslint": "^9.24.0",
    "nuxt": "^3.16.2",
    "typescript": "^5.8.3",
    "vitest": "^3.1.1"
  },
  "scripts": {
    "lint": "eslint . --fix",
    "client:build": "nuxi generate client",
    "client:dev": "nuxi dev client --port 3030",
    "build": "nuxt-module-build build --stub && nuxt-module-build prepare && nuxt-module-build build && npm run client:build",
    "dev": "nuxi dev playground",
    "dev:build": "nuxi build playground",
    "dev:prepare": "nuxt-module-build build --stub && nuxt-module-build prepare && nuxi prepare playground && nuxi prepare client",
    "release": "pnpm build && bumpp && pnpm -r publish",
    "typecheck": "tsc --noEmit ",
    "test": "nuxi prepare test/fixtures/i18n && nuxi prepare test/fixtures/i18n-domains && vitest",
    "test:attw": "attw --pack"
  }
}