{
  "name": "@apandresipm/pdf-invoice",
  "version": "1.0.4",
  "author": "h1dd3nsn1p3r",
  "description": "Simple yet powerful node JS library that generates PDF invoice on the fly.",
  "license": "MIT",
  "main": "./dist/index.js",
  "module": "./dist/index.mjs",
  "types": "./dist/index.d.ts",
  "scripts": {
    "dev": "tsup ./src --watch",
    "build": "tsup ./src",
    "test": "node ./examples/example.ts"
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/h1dd3nsn1p3r/pdf-invoice.git"
  },
  "homepage": "https://github.com/h1dd3nsn1p3r/pdf-invoice",
  "keywords": [
    "pdf",
    "invoice",
    "estimate",
    "receipt",
    "generator",
    "nodejs",
    "pdfmake"
  ],
  "devDependencies": {
    "@types/node": "^20.10.5",
    "@types/pdfmake": "^0.2.8",
    "ts-node": "^10.9.2",
    "tsup": "^8.0.1",
    "typescript": "^5.3.3"
  },
  "dependencies": {
    "pdfmake": "^0.2.8"
  },
  "bugs": {
    "url": "https://github.com/h1dd3nsn1p3r/pdf-invoice/issues"
  },
  "directories": {
    "example": "examples"
  }
}
