{
  "name": "gotenberg-js-client",
  "description": "A simple JS/TS for interacting with a Gotenberg API",
  "version": "0.7.4",
  "license": "MIT",
  "files": [
    "dist-*/"
  ],
  "pika": true,
  "sideEffects": false,
  "keywords": [
    "gotenberg",
    "pdf",
    "puppeteer",
    "unoconv"
  ],
  "homepage": "https://github.com/yumauri/gotenberg-js-client#readme",
  "bugs": {
    "url": "https://github.com/yumauri/gotenberg-js-client/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/yumauri/gotenberg-js-client"
  },
  "dependencies": {
    "form-data": "^4.0.0"
  },
  "engines": {
    "node": ">=12.0.0"
  },
  "source": "dist-src/index.js",
  "types": "dist-types/index.d.ts",
  "main": "dist-node/index.js",
  "author": "Victor Didenko <yumaa.verdin@gmail.com> (https://yumaa.name)"
}
