{
  "name": "@mdpdf/mdpdf-linux-x64-musl",
  "version": "0.1.6",
  "cpu": [
    "x64"
  ],
  "main": "mdpdf.linux-x64-musl.node",
  "files": [
    "mdpdf.linux-x64-musl.node"
  ],
  "description": "Convert Markdown to PDF using a self-contained Rust binary",
  "keywords": [
    "markdown",
    "pdf",
    "typst",
    "rust",
    "napi-rs"
  ],
  "author": "Matt Westrik",
  "license": "MIT",
  "engines": {
    "node": ">= 18.17.0 < 19 || >= 20.3.0 < 21 || >= 21.0.0"
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/westrik/mdpdf.git"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org/",
    "access": "public"
  },
  "os": [
    "linux"
  ],
  "libc": [
    "musl"
  ]
}