UNPKG

@wtechtec/qr-generator-core

Version:

A powerful QR code generator with customizable styling options

52 lines 1.27 kB
{ "name": "@wtechtec/qr-generator-core", "version": "0.1.0", "description": "A powerful QR code generator with customizable styling options", "main": "dist/index.js", "module": "dist/index.esm.js", "types": "dist/index.d.ts", "files": [ "dist" ], "scripts": { "build": "rollup -c --bundleConfigAsCjs", "prepublishOnly": "npm run build" }, "keywords": [ "qr-code", "qr-generator", "qrcode", "canvas", "typescript", "typescript", "html2canvas" ], "author": "wtechtec", "license": "MIT", "peerDependencies": { "html2canvas": "^1.4.1", "qr-code-styling": "^1.9.2" }, "devDependencies": { "@rollup/plugin-commonjs": "^28.0.3", "@rollup/plugin-node-resolve": "^16.0.1", "@rollup/plugin-typescript": "^11.1.6", "@types/html2canvas": "^1.0.0", "qr-code-styling": "^1.9.2", "rollup": "^4.9.6", "typescript": "^5.3.3" }, "repository": { "type": "git", "url": "https://github.com/wtechtec/qr-generator-core.git" }, "bugs": { "url": "https://github.com/wtechtec/qr-generator-core/issues" }, "homepage": "https://qrcode.xujingyichang.top/", "dependencies": { "html2canvas": "^1.4.1", "tslib": "^2.8.1", "qr-code-styling": "^1.9.2" } }