{
  "name": "@astro-community/astro-embed-utils",
  "version": "0.2.0",
  "description": "Shared utility methods for astro-embed components",
  "type": "module",
  "exports": {
    ".": "./index.ts"
  },
  "files": [
    "index.ts"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/delucis/astro-embed.git"
  },
  "author": "delucis",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/delucis/astro-embed/issues"
  },
  "homepage": "https://github.com/delucis/astro-embed/tree/main/packages/astro-embed-utils#readme"
}