{
  "name": "oslllo-svg2",
  "version": "2.0.2",
  "description": "Convert a SVG to multiple image formats (without puppeteer or a headless browser)",
  "main": "src/index.js",
  "scripts": {
    "test": "nyc mocha --sort",
    "coverage": "node_modules/.bin/nyc report --reporter=lcovonly"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/oslllo/svg2.git"
  },
  "keywords": [
    "svg2",
    "oslllo",
    "convert",
    "svg-png",
    "svg-bmp",
    "svg-jpeg",
    "svg-tiff",
    "svg-image",
    "svg-image",
    "svg-to-png",
    "svg-to-bmp",
    "svg-to-jpeg",
    "svg-to-tiff",
    "svg-to-image",
    "svg-to-element"
  ],
  "author": "Ghustavh Ehm <https://github.com/Ghustavh97>",
  "contributors": [
    {
      "name": "Ghustavh Ehm",
      "email": "Ghustavh97@gmail.com",
      "url": "https://github.com/Ghustavh97"
    },
    {
      "name": "oslllo",
      "email": "oslllo.com@gmail.com",
      "url": "https://github.com/oslllo"
    }
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/oslllo/svg2/issues"
  },
  "homepage": "https://docs.oslllo.com/svg2/master",
  "dependencies": {
    "@resvg/resvg-js": "^2.1.0",
    "domino": "^2.1.6",
    "jimp": "^0.16.1",
    "oslllo-validator": "3.1.0"
  },
  "devDependencies": {
    "chai": "^4.3.6",
    "chai-as-promised": "^7.1.1",
    "coveralls": "^3.1.1",
    "fs-extra": "^10.1.0",
    "looks-same": "^7.3.0",
    "mocha": "^9.2.2",
    "mocha-lcov-reporter": "^1.3.0",
    "nyc": "^15.1.0"
  }
}
