UNPKG

wjshipbill

Version:

Siyool QR Bill generation in Node.js and browsers

69 lines (68 loc) 1.66 kB
{ "name": "wjshipbill", "version": "2.5.3", "description": "Siyool 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": "tsc && webpack --mode production" }, "repository": { "type": "git", "url": "git+https://github.com/siyoola/wjshipbill.git" }, "keywords": [ "swiss", "schweiz", "switzerland", "qr", "bill", "invoice", "rechnung", "swiss-qr-invoice", "swiss-qr-bill", "qr-invoice", "qr-rechnung", "qr-fattura", "qr-facture", "fattura", "facture" ], "author": "Roger Schönbächler", "license": "MIT", "bugs": { "url": "https://github.com/schoero/SwissQRBill/issues" }, "homepage": "https://github.com/schoero/SwissQRBill#readme", "devDependencies": { "@types/blob-stream": "^0.1.30", "@types/node": "^16.7.2", "@types/qrcode": "^1.4.1", "@types/qrcode-svg": "^1.1.1", "@types/svg-parser": "^2.0.3", "@typescript-eslint/eslint-plugin": "^4.29.3", "@typescript-eslint/parser": "^4.29.3", "buffer": "^6.0.3", "eslint": "^7.32.0", "process": "^0.11.10", "stream-browserify": "^3.0.0", "ts-loader": "^9.2.5", "typescript": "^4.3.5", "util": "^0.12.4", "webpack": "^5.51.1", "webpack-cli": "^4.8.0" }, "dependencies": { "@schoero/qrcode": "^1.4.5", "blob-stream": "^0.1.3", "pdfkit": "^0.12.3", "svg-parser": "^2.0.4", "svgpath": "^2.3.1" } }