react-native-scanbot-barcode-scanner-sdk
Version:
Scanbot Barcode Scanner SDK React Native Plugin for Android and iOS
153 lines (152 loc) • 3.43 kB
JSON
{
"name": "react-native-scanbot-barcode-scanner-sdk",
"title": "Scanbot Barcode Scanner SDK for React Native",
"version": "6.2.1",
"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",
"ui_v2",
"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 --fix --ext .ts,.tsx .",
"docgen": "typedoc",
"expo:plugin": "tsc --build plugin",
"prepare": "bob build && npm run expo:plugin && npm run docgen"
},
"keywords": [
"scanbot",
"sdk",
"barcode",
"qr-code",
"react-native",
"barcode-scanner",
"Qrcode-scanner",
"scanner",
"scan",
"scanning",
"1d barcode",
"2d barcode",
"ean",
"upc",
"data matrix",
"pdf-417",
"react native",
"android",
"ios",
"gs1",
"swiss-qr",
"aztec"
],
"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": "9.0.14"
},
"devDependencies": {
"@react-native-community/cli": "^15.1.3",
"@react-native/eslint-config": "^0.73.1",
"@types/react": "^18.2.44",
"eslint": "^8.51.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.1",
"prettier": "^3.0.3",
"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.0",
"typescript": "5.2.2"
},
"resolutions": {
"@types/react": "^18.2.44"
},
"peerDependencies": {
"react": "*",
"react-native": ">=0.73"
},
"packageManager": "yarn@3.6.1",
"eslintConfig": {
"root": true,
"extends": [
"@react-native",
"prettier"
],
"rules": {
"@typescript-eslint/no-unused-vars": 0,
"prettier/prettier": [
"error",
{
"quoteProps": "consistent",
"singleQuote": true,
"tabWidth": 2,
"trailingComma": "es5",
"useTabs": false,
"printWidth": 100
}
]
}
},
"eslintIgnore": [
"node_modules/",
"lib/",
"scanbot-sdk-common/",
"plugin/"
],
"prettier": {
"quoteProps": "consistent",
"singleQuote": true,
"tabWidth": 2,
"trailingComma": "es5",
"useTabs": false,
"printWidth": 100
},
"react-native-builder-bob": {
"source": "src",
"output": "lib",
"targets": [
"commonjs",
"module",
"typescript"
]
},
"codegenConfig": {
"name": "RNScanbotBarcodeScannerViewSpec",
"type": "components",
"jsSrcsDir": "src/component"
}
}