{
  "name": "astro-embed",
  "version": "0.13.0",
  "description": "Astro components to easily embed common media formats",
  "type": "module",
  "exports": {
    ".": "./index.ts",
    "./integration": "./integration.ts"
  },
  "files": [
    "index.ts",
    "integration.ts"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/delucis/astro-embed",
    "directory": "packages/astro-embed"
  },
  "keywords": [
    "astro",
    "astro-component",
    "ui",
    "embeds",
    "twitter",
    "vimeo",
    "youtube",
    "mastodon"
  ],
  "author": "delucis",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/delucis/astro-embed/issues"
  },
  "homepage": "https://astro-embed.netlify.app/",
  "dependencies": {
    "@astro-community/astro-embed-baseline-status": "^0.2.2",
    "@astro-community/astro-embed-bluesky": "^0.2.0",
    "@astro-community/astro-embed-gist": "^0.1.0",
    "@astro-community/astro-embed-integration": "^0.12.0",
    "@astro-community/astro-embed-link-preview": "^0.3.1",
    "@astro-community/astro-embed-mastodon": "^0.1.1",
    "@astro-community/astro-embed-twitter": "^0.5.11",
    "@astro-community/astro-embed-vimeo": "^0.3.12",
    "@astro-community/astro-embed-youtube": "^0.5.10"
  },
  "peerDependencies": {
    "astro": "^5.0.0 || ^6.0.0-alpha"
  }
}