{
  "name": "astro-seo-schema",
  "description": "Easily insert valid Schema.org JSON-LD in your Astro apps.",
  "version": "5.0.0",
  "homepage": "https://github.com/codiume/orbit",
  "bugs": "https://github.com/codiume/orbit/issues",
  "author": "codiume",
  "license": "MIT",
  "keywords": [
    "astro",
    "astro-component",
    "json-ld",
    "schema-org",
    "semantic-web",
    "seo"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/codiume/orbit.git",
    "directory": "packages/astro-seo-schema"
  },
  "type": "module",
  "types": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "main": "./dist/index.mjs",
  "exports": {
    ".": {
      "import": {
        "types": "./dist/index.d.ts",
        "default": "./dist/index.mjs"
      }
    }
  },
  "peerDependencies": {
    "astro": "^5.0.0",
    "schema-dts": "^1.1.0"
  },
  "devDependencies": {
    "astro-build": "1.0.0"
  },
  "scripts": {
    "build": "astro-build --src src/index.ts src/jsonld.ts src/Schema.astro",
    "typecheck": "tsc --declaration --emitDeclarationOnly"
  }
}