{
  "name": "remark-inline-svg",
  "version": "1.1.1",
  "description": "Remark plugin that inlines SVG images from markdown and optimises them with SVGO",
  "main": "index.js",
  "scripts": {
    "test": "uvu"
  },
  "type": "module",
  "keywords": [
    "remark",
    "svg",
    "svgo"
  ],
  "files": [
    "index.js",
    "transform.js"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/alvinometric/remark-inline-svg.git"
  },
  "homepage": "https://github.com/alvinometric/remark-inline-svg",
  "bugs": {
    "url": "https://github.com/alvinometric/remark-inline-svg/issues"
  },
  "author": {
    "name": "Alvin Bryan",
    "email": "hello@alvin.codes",
    "url": "https://alvin.codes"
  },
  "license": "MIT",
  "dependencies": {
    "svgo": "^3.0.2",
    "unist-util-visit": "^5.0.0"
  },
  "devDependencies": {
    "remark": "^15.0.1",
    "to-vfile": "^8.0.0",
    "uvu": "^0.5.6"
  }
}
