react-qrcode-pretty
Version:
Qrcode generator for react apps with many customization options
48 lines (47 loc) • 1.38 kB
JSON
{
"name": "react-qrcode-pretty",
"version": "3.3.1",
"description": "Qrcode generator for react apps with many customization options",
"keywords": [
"react",
"qrcode",
"pretty"
],
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"exports": {
".": {
"require": "./dist/index.js",
"import": "./dist/index.mjs",
"types": "./dist/index.d.ts"
}
},
"scripts": {
"build": "rimraf dist && tsup"
},
"repository": "https://github.com/guilhermeasn/react-qrcode-pretty",
"author": "Guilherme Augusto Silva Neves <guilhermeasn@yahoo.com.br>",
"license": "MIT",
"bugs": {
"url": "https://github.com/guilhermeasn/react-qrcode-pretty"
},
"homepage": "https://github.com/guilhermeasn/react-qrcode-pretty#readme",
"devDependencies": {
"@types/downloadjs": "^1.4.6",
"@types/react": "^19",
"@types/react-dom": "^19",
"rimraf": "^3.0.2",
"tsup": "^8.5.0",
"typescript": "^5.8.3"
},
"dependencies": {
"downloadjs": "^1.4.7",
"qrcode-generator": "^1.4.4"
},
"peerDependencies": {
"react": ">=17",
"react-dom": ">=17"
},
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}