zebra-striped
Version:
Generate barcodes natively in React Native with the ZXing library underhood!
64 lines (63 loc) • 1.56 kB
JSON
{
"name": "zebra-striped",
"version": "0.2.2",
"description": "Generate barcodes natively in React Native with the ZXing library underhood!",
"main": "build/index.js",
"types": "build/index.d.ts",
"scripts": {
"build": "expo-module build",
"clean": "expo-module clean",
"lint": "expo-module lint",
"test": "expo-module test",
"prepare": "expo-module prepare",
"prepublishOnly": "expo-module prepublishOnly",
"expo-module": "expo-module",
"open:ios": "open -a \"Xcode\" example/ios",
"open:android": "open -a \"Android Studio\" example/android"
},
"keywords": [
"react-native",
"expo",
"zebra-striped",
"ZebraStriped",
"barcode",
"barcodes",
"bar code",
"generator",
"typescript",
"qrcode",
"qr",
"code-128",
"code-39",
"code-93",
"codabar",
"ean-13",
"ean-8",
"itf",
"upc-e",
"upc-a",
"pdf-417",
"aztec",
"data-matrix",
"ZXing",
"base64"
],
"repository": "https://github.com/dawidzawada/zebra-striped",
"bugs": {
"url": "https://github.com/dawidzawada/zebra-striped/issues"
},
"author": "Dawid Zawada <dawidzaw7@gmail.com> (https://github.com/dawidzawada)",
"license": "MIT",
"homepage": "https://github.com/dawidzawada/zebra-striped#readme",
"dependencies": {},
"devDependencies": {
"@types/react": "^18.0.25",
"expo-module-scripts": "^3.4.1",
"expo-modules-core": "^1.11.12"
},
"peerDependencies": {
"expo": "*",
"react": "*",
"react-native": "*"
}
}