react-fancy-qrcode
Version:
Customizable QR code generated for React & React Native
46 lines (45 loc) • 1.09 kB
JSON
{
"name": "react-fancy-qrcode",
"version": "1.0.4",
"description": "Customizable QR code generated for React & React Native",
"types": "dist/*.d.ts",
"main": "dist/web.js",
"react-native": "dist/native.js",
"files": [
"dist/*"
],
"scripts": {
"clean": "rm -rf ./dist",
"build": "npm run clean && tsc",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jgillick/react-fancy-qrcode.git"
},
"keywords": [
"qrcode",
"react",
"react-native"
],
"author": "Jeremy Gillick",
"license": "MIT",
"bugs": {
"url": "https://github.com/jgillick/react-fancy-qrcode/issues"
},
"homepage": "https://github.com/jgillick/react-fancy-qrcode#readme",
"devDependencies": {
"@types/qrcode": "^1.4.2",
"@types/react": "^17.0.43",
"react-native-svg": ">12.3.0",
"tslib": "^2.7.0",
"typescript": "^4.6.3"
},
"dependencies": {
"qrcode": "^1.5.0",
"react": ">17.0.1"
},
"peerDependencies": {
"react-native-svg": ">12.3.0"
}
}