{
  "name": "signed-invoice",
  "version": "0.2.0",
  "description": "Create cryptographically signed invoices with a QRCode",
  "types": "types/index.d.ts",
  "author": {
    "name": "Maël Gangloff",
    "email": "contact@maelgangloff.fr"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/maelgangloff/signed-invoice.git"
  },
  "bugs": {
    "url": "https://github.com/maelgangloff/signed-invoice/issues",
    "email": "contact@maelgangloff.fr"
  },
  "homepage": "https://github.com/maelgangloff/signed-invoice#readme",
  "main": "dist/index.js",
  "license": "ISC",
  "devDependencies": {
    "@types/jsonwebtoken": "^8.5.8",
    "@types/node": "^18.7.5",
    "@types/pdfkit": "^0.12.6",
    "@types/qrcode": "^1.4.2",
    "@typescript-eslint/eslint-plugin": "^5.33.1",
    "@typescript-eslint/parser": "^5.33.1",
    "eslint": "^8.22.0",
    "eslint-plugin-node": "^11.1.0",
    "standard": "^17.0.0",
    "ts-standard": "^11.0.0",
    "typescript": "^4.7.4"
  },
  "scripts": {
    "build": "tsc -p tsconfig.json",
    "lint": "eslint src/ --ext .ts"
  },
  "dependencies": {
    "i18next": "^23.10.0",
    "i18next-fs-backend": "^2.3.1",
    "jsonwebtoken": "^8.5.1",
    "pdfkit": "^0.13.0",
    "qrcode": "^1.5.1",
    "word-wrap": "^1.2.3"
  },
  "keywords": [
    "invoice",
    "bill",
    "generator",
    "pdf",
    "cryptography"
  ]
}
