UNPKG

react-native-qrcode-svg

Version:

A QR Code generator for React Native based on react-native-svg and javascript-qrcode.

65 lines (64 loc) 1.63 kB
{ "name": "react-native-qrcode-svg", "version": "6.1.1", "description": "A QR Code generator for React Native based on react-native-svg and javascript-qrcode.", "main": "index.js", "types": "index.d.ts", "scripts": { "prepare": "rm -rf example", "test": "jest", "test:update": "npm run test -- --updateSnapshot", "lint": "standard 'src/**/*.js'", "lint:fix": "standard 'src/**/*.js' --fix", "lint:staged": "lint-staged", "check:update": "npx npm-check-updates -u", "check:outdated": "npm outdated" }, "standard": { "env": [ "jest" ], "parser": "babel-eslint" }, "jest": { "testPathIgnorePatterns": [ "/node_modules/", "example/" ] }, "repository": { "type": "git", "url": "git+ssh://git@github.com/awesomejerry/react-native-qrcode-svg.git" }, "keywords": [ "react-native", "qrcode", "svg" ], "author": "awesomejerry", "license": "MIT", "bugs": { "url": "https://github.com/awesomejerry/react-native-qrcode-svg/issues" }, "homepage": "https://github.com/awesomejerry/react-native-qrcode-svg#readme", "peerDependencies": { "react-native": ">=0.63.4", "react": "*", "react-native-svg": "^12.1.0" }, "dependencies": { "prop-types": "^15.7.2", "qrcode": "^1.4.4" }, "devDependencies": { "babel-eslint": "^10.1.0", "babel-jest": "^26.6.3", "husky": "^4.3.8", "jest": "^26.6.3", "lint-staged": "^10.5.3", "metro-react-native-babel-preset": "^0.65.0", "react": "^16.8.0", "react-test-renderer": "^17.0.1", "standard": "^16.0.3" } }