@liquid-js/qr-code-styling
Version:
Generate styled QR codes on web or in Node
61 lines (60 loc) • 1.32 kB
JSON
{
"name": "@liquid-js/qr-code-styling",
"version": "4.0.7",
"description": "Generate styled QR codes on web or in Node",
"type": "module",
"main": "./lib/qr-code-styling-node.js",
"browser": "./lib/qr-code-styling.js",
"types": "./lib/index.d.ts",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"node": "./lib/qr-code-styling-node.js",
"types": "./lib/index.d.ts",
"default": "./lib/qr-code-styling.js"
},
"./kanji": {
"types": "./lib/kanji.d.ts",
"default": "./lib/kanji.js"
}
},
"files": [
"lib"
],
"peerDependencies": {
"@liquid-js/qrcode-generator": "^1.0.2",
"@xmldom/xmldom": "^0.9.0",
"file-type": "^19.0.0",
"sharp": ">0.32.1 <1.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Liquid-JS/qr-code-styling.git"
},
"keywords": [
"qr",
"qrcode",
"qr-code",
"js",
"qrjs",
"qrstyling",
"styling",
"qrbranding",
"branding",
"qrimage",
"image",
"qrlogo",
"logo",
"design",
"node",
"nodejs"
],
"author": "HitkoDev <development@hitko.si>",
"license": "MIT",
"bugs": {
"url": "https://github.com/Liquid-JS/qr-code-styling/issues"
},
"homepage": "https://styled-qr.liquidjs.io/"
}