-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
58 lines (58 loc) · 1.23 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
{
"name": "ng-qrcode-svg",
"version": "0.0.4",
"description": "Simple QR code generator (SVG only) for Angular",
"keywords": [
"qr",
"qrcode",
"qr-code",
"angular",
"svg",
"render",
"image",
"reactive",
"simple",
"easy",
"print",
"img",
"scalable"
],
"author": {
"email": "npm@web-timo.de",
"name": "Timo Köhler",
"url": "https://www.web-timo.de/"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/webtimo-de/ng-qrcode-svg/issues"
},
"homepage": "https://github.com/webtimo-de/ng-qrcode-svg#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/webtimo-de/ng-qrcode-svg.git"
},
"publishConfig": {
"access": "public"
},
"peerDependencies": {
"@angular/common": "^16.2.7",
"@angular/core": "^16.2.7"
},
"dependencies": {
"tslib": "^2.3.0"
},
"module": "fesm2022/ng-qrcode-svg.mjs",
"typings": "index.d.ts",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./index.d.ts",
"esm2022": "./esm2022/ng-qrcode-svg.mjs",
"esm": "./esm2022/ng-qrcode-svg.mjs",
"default": "./fesm2022/ng-qrcode-svg.mjs"
}
},
"sideEffects": false
}