{
  "name": "jspdf-invoice-template",
  "version": "1.4.4",
  "description": "PDF template created for invoice with optional parameters. Using jsPDF library.",
  "main": "./dist/index.js",
  "scripts": {
    "build": "webpack --mode production",
    "test": "echo \"Error: no test specified\" && exit 1",
    "prepublish": "npm run build"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/edisonneza/jspdf-invoice-template.git"
  },
  "keywords": [
    "jspdf-template",
    "jspdf",
    "invoice",
    "pdf",
    "pdf-template",
    "js-pdf-template",
    "ts-pdf-template"
  ],
  "author": "Edison Neza <edisonneza.dev@gmail.com>",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/edisonneza/jspdf-invoice-template/issues"
  },
  "homepage": "https://github.com/edisonneza/jspdf-invoice-template#readme",
  "dependencies": {
    "jspdf": "^2.3.1"
  },
  "devDependencies": {
    "@babel/core": "^7.12.13",
    "@babel/plugin-proposal-optional-chaining": "^7.13.12",
    "babel-loader": "^8.2.2",
    "typescript": "^4.1.5",
    "webpack": "^5.21.2",
    "webpack-cli": "^4.9.1"
  }
}
