UNPKG

astro-embed

Version:

Astro components to easily embed common media formats

49 lines 1.32 kB
{ "name": "astro-embed", "version": "0.12.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.1.6", "@astro-community/astro-embed-gist": "^0.1.0", "@astro-community/astro-embed-integration": "^0.11.0", "@astro-community/astro-embed-link-preview": "^0.3.0", "@astro-community/astro-embed-mastodon": "^0.1.0", "@astro-community/astro-embed-twitter": "^0.5.10", "@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" } }