expo-zxing
Version:
ZXing module for Expo
45 lines • 1.17 kB
JSON
{
"name": "expo-zxing",
"version": "0.1.0",
"description": "ZXing module for Expo",
"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",
"expo-zxing",
"ExpoZxing",
"ZXing",
"QRCode",
"Barcode"
],
"repository": "https://github.com/7nohe/expo-zxing",
"bugs": {
"url": "https://github.com/7nohe/expo-zxing/issues"
},
"author": "7nohe (https://github.com/7nohe)",
"license": "MIT",
"homepage": "https://github.com/7nohe/expo-zxing#readme",
"dependencies": {},
"devDependencies": {
"@types/react": "^18.0.25",
"expo-module-scripts": "^3.0.11",
"expo-modules-core": "^1.5.11"
},
"peerDependencies": {
"expo": "*",
"react": "*",
"react-native": "*"
}
}