{
  "name": "muhammara",
  "version": "6.0.4",
  "description": "Create, read and modify PDF files and streams. A drop in replacement for hummusjs PDF library",
  "homepage": "https://github.com/julianhille/Muhammarajs",
  "license": "Apache-2.0",
  "author": "Julian <j.hille484@gmail.com>",
  "main": "./lib/index.js",
  "types": "./muhammara.d.ts",
  "engines": {
    "node": ">=17"
  },
  "scripts": {
    "install": "node-pre-gyp install --fallback-to-build ${EXTRA_NODE_PRE_GYP_FLAGS:-\"\"}",
    "test": "mocha -R tap ./tests/*.js ./tests/**/*.js --timeout 15000",
    "test:codestyle": "npx prettier -c ./",
    "test:electron": "electron-mocha -R tap ./tests/*.js --timeout 15000",
    "package": "node-pre-gyp package",
    "recipe-jsdoc": "./node_modules/.bin/jsdoc -c jsdoc.conf"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/julianhille/Muhammarajs.git"
  },
  "keywords": [
    "pdf",
    "pdfhummus",
    "muhammarajs",
    "hummusjs",
    "hummus"
  ],
  "files": [
    "src",
    "lib",
    "fonts",
    "binding.gyp",
    "muhammara.d.ts"
  ],
  "dependencies": {
    "@mapbox/node-pre-gyp": "^2.0.3",
    "linebreak": "^1.1.0",
    "memory-streams": "^0.1.3",
    "@xmldom/xmldom": "^0.8.6"
  },
  "devDependencies": {
    "@types/node": "^22.2.0",
    "chai": "^4.5.0",
    "mocha": "^10.7.3",
    "prettier": "^3.3.3",
    "docdash": "^2.0.1",
    "fs-extra": "^11.2.0",
    "jsdoc": "^4.0.3"
  },
  "overrides": {
    "tar": ">=7.5.9"
  },
  "binary": {
    "module_name": "muhammara",
    "module_path": "./binding",
    "remote_path": "julianhille/MuhammaraJS/releases/download/{version}",
    "host": "https://github.com",
    "package_name": "{node_abi}-{platform}-{arch}-{libc}.tar.gz"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org/"
  },
  "bundleDependencies": [
    "@mapbox/node-pre-gyp"
  ]
}
