react-native-barcode-mask
Version:
A barcode and QR code scan layout for react-native applications with customizable styling
47 lines (46 loc) • 1.22 kB
JSON
{
"name": "react-native-barcode-mask",
"version": "1.2.4",
"description": "A barcode and QR code scan layout for react-native applications with customizable styling",
"main": "index.js",
"typings": "index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified - Exiting with code 0 (success)\" && exit 0",
"semantic-release": "semantic-release"
},
"repository": {
"type": "git",
"url": "https://github.com/shahnawaz/react-native-barcode-mask.git"
},
"keywords": [
"react-native",
"react native",
"barcode-mask",
"barcode",
"scanning",
"style",
"layout"
],
"author": "Shahnawaz Ali <shahnawazakausar@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/shahnawaz/react-native-barcode-mask/issues"
},
"homepage": "https://github.com/shahnawaz/react-native-barcode-mask#readme",
"dependencies": {
"prop-types": "^15.6.2"
},
"peerDependency": {
"react": "^16.4.0",
"react-native": "^0.57.8"
},
"devDependencies": {
"cz-conventional-changelog": "^3.1.0",
"semantic-release": "^17.0.7"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}