{
  "name": "markdown-it-link-preview",
  "version": "1.1.4",
  "description": "Markdown-it plugin to include link preview in your document",
  "main": "src/index.js",
  "scripts": {
    "test": "jest",
    "example": "node examples/index.js"
  },
  "scriptsComment": {
    "example": "npm run example -- https://www.youtube.com"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/junkawa/markdown-it-link-preview.git"
  },
  "keywords": [
    "markdown",
    "markdown-it",
    "markdown-it-plugin",
    "link",
    "preview",
    "open graph"
  ],
  "author": "junkawa",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/junkawa/markdown-it-link-preview/issues"
  },
  "homepage": "https://github.com/junkawa/markdown-it-link-preview#readme",
  "devDependencies": {
    "eslint": "^7.32.0",
    "eslint-config-google": "^0.14.0",
    "eslint-plugin-jest": "^24.4.2",
    "jest": "^27.2.0",
    "markdown-it": "^12.3.2"
  },
  "dependencies": {
    "jsdom": "^17.0.0",
    "xmlhttprequest": "^1.8.0"
  }
}
