{
  "name": "easyinvoice",
  "version": "3.0.47",
  "description": "Easily create beautiful PDF invoices.",
  "license": "MIT",
  "homepage": "https://budgetinvoice.com",
  "author": {
    "name": "Danny Veldhoen"
  },
  "scripts": {
    "prebuild": "rimraf dist",
    "compile": "tsc",
    "build": "npm run compile && node esbuild.config.js",
    "changelog": "changelog",
    "package": "npm run lint && npm run build && npm run test && git add -A dist",
    "lint": "eslint . --ext .ts --fix",
    "test": "jest",
    "test:coverage": "jest --coverage"
  },
  "main": "index.js",
  "module": "index-module.js",
  "types": "./src/lib/easyinvoice.d.ts",
  "bugs": {
    "url": "https://github.com/dveldhoen/easyinvoice/issues"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/dveldhoen/easyinvoice.git"
  },
  "keywords": [
    "invoice",
    "quote",
    "estimate",
    "bill",
    "pdf",
    "generator"
  ],
  "peerDependencies": {
    "pdfjs-dist": "^3.4.120"
  },
  "devDependencies": {
    "@babel/core": "^7.21.0",
    "@babel/preset-env": "^7.20.2",
    "@babel/preset-typescript": "^7.21.0",
    "@jest/globals": "^29.5.0",
    "@types/file-saver": "^2.0.5",
    "@types/is-base64": "^1.1.1",
    "@types/jest": "^29.4.0",
    "@typescript-eslint/eslint-plugin": "^5.54.1",
    "@typescript-eslint/parser": "^5.54.1",
    "babel-jest": "^29.5.0",
    "esbuild": "^0.17.11",
    "eslint": "^7.32.0",
    "jest": "^29.5.0",
    "jest-environment-jsdom": "^29.5.0",
    "prettier": "^3.2.4",
    "rimraf": "^3.0.2",
    "ts-jest": "^29.0.5",
    "ts-node": "^10.9.1"
  },
  "dependencies": {
    "axios": "^0.27.2",
    "file-saver": "^2.0.5",
    "is-base64": "^1.1.0",
    "js-base64": "^3.7.5",
    "print-js": "^1.6.0"
  }
}
