{
  "name": "convert-svg-core",
  "version": "0.6.4",
  "description": "Supports converting SVG into another format using headless Chromium",
  "homepage": "https://github.com/neocotic/convert-svg",
  "bugs": {
    "url": "https://github.com/neocotic/convert-svg/issues"
  },
  "author": {
    "name": "neocotic",
    "url": "https://github.com/neocotic"
  },
  "funding": [
    {
      "type": "individual",
      "url": "https://github.com/sponsors/neocotic"
    },
    {
      "type": "patreon",
      "url": "https://www.patreon.com/neocotic"
    }
  ],
  "license": "MIT",
  "keywords": [
    "convert",
    "converter",
    "svg",
    "core",
    "headless",
    "chromium"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/neocotic/convert-svg.git",
    "directory": "packages/convert-svg-core"
  },
  "dependencies": {
    "chalk": "^4.1.2",
    "cheerio": "^1.0.0-rc.11",
    "commander": "^9.2.0",
    "file-url": "^3.0.0",
    "get-stdin": "^8.0.0",
    "glob": "^8.0.1",
    "lodash.omit": "^4.5.0",
    "lodash.pick": "^4.4.0",
    "pollock": "^0.2.0",
    "puppeteer": "^13.7.0",
    "tmp": "^0.2.1"
  },
  "devDependencies": {
    "mocha": "^9.2.2",
    "sinon": "^13.0.2"
  },
  "main": "src/index.js",
  "engines": {
    "node": "^12.20.0 || >=14"
  },
  "gitHead": "063ad00149f42a260ba1d0e13ce81c4a23683e30"
}
