UNPKG

qrcode-kr

Version:

A customizable QR code generator for React and Next.js with logo support and styling options

69 lines (68 loc) 1.84 kB
{ "name": "qrcode-kr", "version": "1.0.0", "description": "A customizable QR code generator for React and Next.js with logo support and styling options", "main": "dist/index.js", "module": "dist/index.esm.js", "types": "dist/index.d.ts", "files": [ "dist", "README.md", "LICENSE" ], "scripts": { "build": "rollup -c", "dev": "rollup -c -w", "test": "jest", "lint": "eslint src --ext .ts,.tsx", "prepublishOnly": "npm run build" }, "keywords": [ "qrcode", "react", "nextjs", "qr-generator", "logo", "customizable", "typescript", "gradient", "styling" ], "author": "Kana Ram Yadav <kanaramyadavofficial@gmail.com>", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/SWEKanaramYadav/qrcode-kr.git" }, "bugs": { "url": "https://github.com/SWEKanaramYadav/qrcode-kr/issues" }, "homepage": "https://github.com/SWEKanaramYadav/qrcode-kr#readme", "peerDependencies": { "react": ">=16.8.0", "react-dom": ">=16.8.0" }, "dependencies": { "qrcode": "^1.5.3", "tslib": "^2.8.1" }, "devDependencies": { "@rollup/plugin-commonjs": "^25.0.4", "@rollup/plugin-node-resolve": "^15.2.1", "@rollup/plugin-typescript": "^11.1.3", "@types/jest": "^29.5.5", "@types/qrcode": "^1.5.2", "@types/react": "^18.2.21", "@types/react-dom": "^18.2.7", "@typescript-eslint/eslint-plugin": "^6.7.0", "@typescript-eslint/parser": "^6.7.0", "eslint": "^8.49.0", "eslint-plugin-react": "^7.33.2", "eslint-plugin-react-hooks": "^4.6.0", "jest": "^29.7.0", "rollup": "^3.29.2", "rollup-plugin-peer-deps-external": "^2.2.4", "ts-jest": "^29.1.1", "typescript": "^5.2.2" } }