UNPKG

expo-barcode

Version:

Library to generate barcodes and qr codes natively using Kotlin and Swift, integrated with expo.

51 lines (50 loc) 1.45 kB
{ "name": "expo-barcode", "version": "0.0.3", "description": "Library to generate barcodes and qr codes natively using Kotlin and Swift, integrated with 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": "xed example/ios", "open:android": "open -a \"Android Studio\" example/android" }, "keywords": [ "react-native", "expo", "expo-barcode", "ExpoBarcode", "ios", "android", "barcode", "qr-code", "barcode-generator", "qr-code-generator", "mobile-native-barcode-generator" ], "repository": "https://github.com/gabriel-logan/expo-barcode", "bugs": { "url": "https://github.com/gabriel-logan/expo-barcode/issues" }, "author": "Gabriel Logan <gabrielcoutolima@protonmail.ch> (https://github.com/gabriel-logan)", "license": "MIT", "homepage": "https://github.com/gabriel-logan/expo-barcode#readme", "dependencies": {}, "devDependencies": { "@types/react": "^18.0.25", "expo-module-scripts": "^3.5.2", "expo-modules-core": "^1.12.20", "react-native": "0.74.5" }, "peerDependencies": { "expo": "*", "react": "*", "react-native": "*" } }