{
  "name": "svg2img",
  "version": "1.0.0-beta.2",
  "description": "A high-performance in-memory convertor to convert SVG to png/jpeg images for Node.js.",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/fuzhenn/node-svg2img"
  },
  "main": "index.js",
  "files": [
    "index.d.ts",
    "index.js"
  ],
  "scripts": {
    "test": "mocha test/specs.js --timeout 5000"
  },
  "devDependencies": {
    "expect.js": "^0.3.1",
    "mocha": "^8.4.0",
    "node-base64-image": "^1.0.7"
  },
  "dependencies": {
    "@resvg/resvg-js": "^2.0.0",
    "atob": "^2.0.0",
    "btoa": "^1.1.2",
    "jimp": "^0.16.1"
  },
  "engines": {
    "node": ">= 10"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org/",
    "access": "public"
  }
}
