forked from schoero/swissqrbill
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
68 lines (68 loc) · 1.63 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"name": "swissqrbill",
"version": "2.3.1",
"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": "tsc && webpack --mode development"
},
"repository": {
"type": "git",
"url": "git+https://github.com/schoero/SwissQRBill.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": "^14.14.25",
"@types/qrcode": "^1.4.0",
"@types/qrcode-svg": "^1.1.0",
"@types/svg-parser": "^2.0.1",
"@typescript-eslint/eslint-plugin": "^4.14.2",
"@typescript-eslint/parser": "^4.14.2",
"buffer": "^6.0.3",
"eslint": "^7.19.0",
"process": "^0.11.10",
"stream-browserify": "^3.0.0",
"ts-loader": "^8.0.15",
"typescript": "^4.1.3",
"util": "^0.12.3",
"webpack": "^5.21.1",
"webpack-cli": "^4.5.0"
},
"dependencies": {
"@schoero/qrcode": "^1.4.5",
"blob-stream": "^0.1.3",
"pdfkit": "^0.11.0",
"svg-parser": "^2.0.4",
"svgpath": "^2.3.0"
}
}