{
  "name": "@astro-community/astro-embed-link-preview",
  "version": "0.3.1",
  "description": "Component to embed a website’s OpenGraph image and metadata on your Astro site",
  "type": "module",
  "exports": {
    ".": "./index.ts",
    "./matcher": "./matcher.ts"
  },
  "files": [
    "dom.ts",
    "lib.ts",
    "index.ts",
    "matcher.ts",
    "LinkPreview.astro"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/delucis/astro-embed",
    "directory": "packages/astro-embed-link-preview"
  },
  "keywords": [
    "astro",
    "astro-component",
    "ui",
    "embeds",
    "open-graph"
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/delucis/astro-embed/issues"
  },
  "homepage": "https://astro-embed.netlify.app/components/link-preview/",
  "dependencies": {
    "@astro-community/astro-embed-utils": "^0.2.0",
    "@parse5/tools": "^0.7.0",
    "parse5": "^8.0.0"
  }
}