UNPKG

react-native-scanbot-barcode-scanner-sdk

Version:

Scanbot Barcode Scanner SDK React Native Plugin for Android and iOS

119 lines (118 loc) 2.84 kB
{ "name": "react-native-scanbot-barcode-scanner-sdk", "title": "Scanbot Barcode Scanner SDK for React Native", "version": "8.0.0", "description": "Scanbot Barcode Scanner SDK React Native Plugin for Android and iOS", "main": "lib/commonjs/index", "module": "lib/module/index", "types": "lib/typescript/src/index.d.ts", "react-native": "src/index", "source": "src/index", "files": [ "src", "lib", "android", "ios", "cpp", "*.podspec", "README.md", "Libraries.txt", "LICENSE", "plugin", "app.plugin.js", "!ios/build", "!android/build", "!android/gradle", "!android/gradlew", "!android/gradlew.bat", "!android/local.properties", "!**/__tests__", "!**/__fixtures__", "!**/__mocks__", "!**/.*" ], "scripts": { "typecheck": "tsc --noEmit", "lint": "eslint src --fix --ext .ts,.tsx .", "format": "prettier src --write ", "docgen": "typedoc", "expo:plugin": "tsc --build plugin", "prepare": "bob build && npm run expo:plugin && npm run docgen" }, "keywords": [ "scanbot barcode sdk", "barcode", "qr-code", "react-native", "scanner", "scan", "scanning", "ean", "upc", "data matrix", "pdf-417", "app", "reader", "plugin", "android", "ios", "expo" ], "author": "Scanbot SDK GmbH <sdk@scanbot.io> (https://scanbot.io)", "license": "Commercial", "readmeFilename": "README.md", "homepage": "https://scanbot.io/developer/react-native-barcode-scanner", "contributors": [ { "name": "Scanbot", "email": "sdk@scanbot.io", "url": "https://scanbot.io" } ], "dependencies": { "@expo/config-plugins": "11.0.7" }, "devDependencies": { "@react-native-community/cli": "latest", "@react-native/eslint-config": "0.73.2", "@types/react": "18.3.23", "eslint": "8.57.1", "eslint-config-prettier": "9.1.2", "eslint-plugin-prettier": "5.5.4", "prettier": "3.6.2", "prettier-plugin-organize-imports": "4.2.0", "react": "18.3.1", "react-native": "0.77.0", "react-native-builder-bob": "0.23.2", "typedoc": "0.25.13", "typedoc-plugin-rename-defaults": "0.7.3", "typescript": "5.2.2" }, "resolutions": { "@types/react": "^18.2.44" }, "peerDependencies": { "react": "*", "react-native": ">=0.73" }, "packageManager": "yarn@3.6.1", "react-native-builder-bob": { "source": "src", "output": "lib", "targets": [ "commonjs", "module", "typescript" ] }, "codegenConfig": { "name": "RNScanbotBarcodeScannerViewSpec", "type": "components", "jsSrcsDir": "src/components", "ios": { "componentProvider": { "ScanbotBarcodeScannerView": "RNScanbotBarcodeScannerView" } } } }