{
  "name": "eleventy-plugin-embed-everything",
  "version": "1.21.2",
  "description": "An Eleventy plugin that allows you to quickly add common web embeds to markdown posts, using only their URLs",
  "main": ".eleventy.js",
  "files": [
    ".eleventy.js",
    "lib/**"
  ],
  "keywords": [
    "11ty",
    "eleventy",
    "eleventy-plugin",
    "embeds",
    "embedding",
    "instagram",
    "mastodon",
    "media",
    "openstreetmap",
    "soundcloud",
    "spotify",
    "tiktok",
    "twitch",
    "twitter",
    "youtube",
    "vimeo",
    "bluesky"
  ],
  "license": "MIT",
  "dependencies": {
    "deepmerge": "^4.3.1",
    "eleventy-plugin-embed-instagram": "1.3.1",
    "eleventy-plugin-embed-mastodon": "1.0.3",
    "eleventy-plugin-embed-openstreetmap": "1.1.0",
    "eleventy-plugin-embed-soundcloud": "1.2.11",
    "eleventy-plugin-embed-spotify": "1.3.0",
    "eleventy-plugin-embed-ted": "1.0.1",
    "eleventy-plugin-embed-tiktok": "1.1.9",
    "eleventy-plugin-embed-twitch": "1.2.8",
    "eleventy-plugin-embed-twitter": "1.4.4",
    "eleventy-plugin-youtube-embed": "1.13.2",
    "eleventy-plugin-vimeo-embed": "1.4.0",
    "eleventy-plugin-embed-bluesky": "1.0.2"
  },
  "author": {
    "name": "Graham F. Scott",
    "email": "gfscott@gmail.com",
    "url": "https://gfscott.com"
  },
  "homepage": "https://gfscott.com/embed-everything/",
  "repository": {
    "type": "git",
    "url": "https://github.com/gfscott/eleventy-plugin-embed-everything.git"
  },
  "bugs": "https://github.com/gfscott/eleventy-plugin-embed-everything/issues",
  "scripts": {
    "test": "npx ava",
    "coverage": "nyc --reporter=lcov ava"
  }
}