{
  "name": "@resvg/resvg-js-linux-x64-gnu",
  "version": "2.6.2",
  "os": [
    "linux"
  ],
  "cpu": [
    "x64"
  ],
  "libc": [
    "glibc"
  ],
  "main": "resvgjs.linux-x64-gnu.node",
  "files": [
    "resvgjs.linux-x64-gnu.node"
  ],
  "description": "A high-performance SVG renderer and toolkit, powered by Rust based resvg and napi-rs",
  "keywords": [
    "resvg",
    "svg",
    "node-resvg",
    "resvg-js",
    "resvg-node",
    "rust",
    "svg2png",
    "svg2img",
    "svg to png"
  ],
  "license": "MPL-2.0",
  "engines": {
    "node": ">= 10"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org/",
    "access": "public"
  },
  "repository": "git@github.com:yisibl/resvg-js.git"
}