{
  "name": "@antoineschaller/swissqrbill",
  "version": "2.0.3",
  "description": "Swiss QR Bill generation in Node.js and browsers ",
  "main": "./lib/node",
  "browser": "./lib/browser",
  "files": [
    "lib/**/*",
    "pdfkit.d.ts"
  ],
  "scripts": {
    "test": "tsc && cd tests && sh run.sh",
    "test-windows": "tsc && cd tests && call run-windows.bat",
    "build": "sudo tsc && webpack --mode development"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Rogerrrrrrrs/SwissQRBill.git"
  },
  "keywords": [
    "swiss",
    "switzerland",
    "schweiz",
    "qr",
    "bill",
    "invoice",
    "rechnung"
  ],
  "author": "Roger Schönbächler",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/Rogerrrrrrrs/SwissQRBill/issues"
  },
  "homepage": "https://github.com/Rogerrrrrrrs/SwissQRBill#readme",
  "devDependencies": {
    "@types/iban": "0.0.30",
    "@types/node": "^14.0.0",
    "@types/qrcode": "^1.3.4",
    "@types/qrcode-svg": "^1.1.0",
    "@types/svg-parser": "^2.0.1",
    "@typescript-eslint/eslint-plugin": "^2.24.0",
    "@typescript-eslint/parser": "^2.24.0",
    "@types/blob-stream": "^0.1.30",
    "eslint": "^6.8.0",
    "ts-loader": "^8.0.0",
    "typescript": "^3.9.6",
    "webpack": "^4.43.0",
    "webpack-cli": "^3.3.12"
  },
  "dependencies": {
    "blob-stream": "^0.1.3",
    "iban": "0.0.14",
    "pdfkit": "^0.11.0",
    "qrcode-svg": "^1.1.0",
    "svg-parser": "^2.0.4",
    "svgpath": "^2.2.3"
  },
  "directories": {
    "doc": "doc",
    "example": "examples",
    "lib": "lib",
    "test": "tests"
  }
}
