{
  "name": "@astro-community/astro-embed-bluesky",
  "version": "0.2.3",
  "description": "Component to embed a fully-styled Bluesky post with no client-side JavaScript in your Astro site",
  "type": "module",
  "files": [
    "src"
  ],
  "exports": {
    ".": "./src/index.ts",
    "./matcher": "./src/matcher.ts"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/delucis/astro-embed.git",
    "directory": "packages/astro-embed-bluesky"
  },
  "bugs": {
    "url": "https://github.com/delucis/astro-embed/issues"
  },
  "homepage": "https://astro-embed.netlify.app/components/bluesky/",
  "keywords": [
    "withastro",
    "astro",
    "astro-component",
    "ui",
    "embeds",
    "bluesky"
  ],
  "author": "Matt Kane",
  "license": "MIT",
  "dependencies": {
    "@atcute/atproto": "^4.0.3",
    "@atcute/bluesky": "^4.0.14",
    "@atcute/bluesky-richtext-segmenter": "^3.0.1",
    "@atcute/client": "^5.1.1",
    "@atcute/lexicons": "^2.0.2"
  }
}