{
  "name": "@alheimsins/pdf-make",
  "version": "2.0.2",
  "description": "High-level API for pdfmake PDF document generation library",
  "main": "src/index.js",
  "scripts": {
    "test": "standard && ava",
    "refresh": "rm -rf node_modules && rm package-lock.json && npm i"
  },
  "publishConfig": {
    "access": "public"
  },
  "files": [
    "src/*",
    "fonts/*"
  ],
  "author": {
    "name": "Jonas Enge",
    "email": "jonas.enge@gmail.com",
    "url": "https://github.com/maccyber"
  },
  "contributors": [
    {
      "name": "Geir Gåsodden",
      "email": "geir.gasodden@pythonia.no",
      "url": "https://github.com/zrrrzzt"
    },
    {
      "name": "jorgtho",
      "url": "https://github.com/jorgtho"
    }
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Alheimsins/pdf-make.git"
  },
  "keywords": [
    "pdf",
    "pdfmake",
    "pdfkit"
  ],
  "bugs": {
    "url": "https://github.com/Alheimsins/pdf-make/issues"
  },
  "homepage": "https://github.com/Alheimsins/pdf-make#readme",
  "license": "MIT",
  "dependencies": {
    "pdfmake": "0.2.2"
  },
  "devDependencies": {
    "ava": "3.15.0",
    "standard": "16.0.3"
  },
  "engines": {
    "node": ">=14.17.5"
  }
}
