forked from Short-io/qreator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.15 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
{
"name": "@shortcm/qr-image",
"version": "4.2.1",
"description": "QR Code generator (png, svg, pdf, eps)",
"homepage": "https://github.com/alexeyten/qr-image",
"keywords": [
"qrcode",
"qr code",
"qr",
"png",
"svg",
"image"
],
"author": {
"name": "Alexey Ten",
"url": "http://git.io/alexeyten"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/alexeyten/qr-image.git"
},
"bugs": "https://github.com/alexeyten/qr-image/issues",
"main": "./lib/qr.js",
"scripts": {
"test": "ava ./tests/test.js"
},
"size-limit": [
{
"path": "lib/qr.js"
}
],
"files": [
"lib",
"LICENSE"
],
"devDependencies": {
"@size-limit/preset-small-lib": "^4.10.2",
"ava": "^3.15.0",
"eslint": "^7.23.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-plugin-import": "^2.22.1",
"looks-same": "^7.3.0",
"size-limit": "^4.10.2"
},
"dependencies": {
"@jimp/png": "^0.16.1",
"@svgdotjs/svg.js": "^3.0.16",
"jimp": "^0.16.1",
"pdf-lib": "^1.16.0",
"release-it": "^14.5.1",
"svgdom": "^0.1.8",
"upng": "^1.0.1"
}
}