UNPKG

astro-embed

Version:

Astro components to easily embed common media formats

47 lines (46 loc) 1.22 kB
{ "name": "astro-embed", "version": "0.9.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" ], "author": "delucis", "license": "MIT", "bugs": { "url": "https://github.com/delucis/astro-embed/issues" }, "homepage": "https://astro-embed.netlify.app/", "dependencies": { "@astro-community/astro-embed-bluesky": "^0.1.0", "@astro-community/astro-embed-baseline-status": "^0.1.0", "@astro-community/astro-embed-link-preview": "^0.2.2", "@astro-community/astro-embed-integration": "^0.8.0", "@astro-community/astro-embed-twitter": "^0.5.6", "@astro-community/astro-embed-vimeo": "^0.3.10", "@astro-community/astro-embed-youtube": "^0.5.5" }, "peerDependencies": { "astro": "^2.0.0 || ^3.0.0-beta || ^4.0.0-beta || ^5.0.0-beta" } }