{
  "name": "scandit-react-native-datacapture-id",
  "version": "8.4.1",
  "description": "Scandit Data Capture SDK for React Native",
  "homepage": "https://github.com/Scandit/scandit-react-native-datacapture-id",
  "main": "dist/index.js",
  "types": "dist/dts/index.d.ts",
  "flow": "dist/index.js.flow",
  "scripts": {
    "build": "rollup -c ../../rollup.config.js --bundleConfigAsCjs",
    "generate-flow": "flowgen dist/dts/index.d.ts -o dist/index.js.flow",
    "jest": "jest",
    "coverage": "jest --coverage --passWithNoTests",
    "test": "pnpm run lint",
    "lint": "eslint ts"
  },
  "keywords": [
    "scandit",
    "react-native"
  ],
  "author": {
    "name": "Scandit",
    "email": "support@scandit.com"
  },
  "license": "Apache-2.0",
  "peerDependencies": {
    "react": ">=16.8.1",
    "react-native": ">=0.70.0 <1.0.x"
  },
  "devDependencies": {
    "@babel/core": "^7.27.1",
    "@babel/plugin-transform-flow-strip-types": "^7.27.1",
    "@babel/plugin-transform-typescript": "^7.27.1",
    "@babel/preset-env": "^7.27.2",
    "@babel/preset-react": "^7.27.1",
    "@babel/preset-typescript": "^7.27.1",
    "@babel/runtime": "^7.27.1",
    "@jest/globals": "^29.7.0",
    "@react-native/babel-preset": "^0.84.0",
    "@rollup/plugin-commonjs": "25.0.4",
    "@rollup/plugin-node-resolve": "15.2.1",
    "@rollup/plugin-typescript": "11.1.3",
    "babel-jest": "^29.7.0",
    "flowgen": "^1.21.0",
    "jest": "^29.7.0",
    "rollup": "3.29.2",
    "ts-jest": "^29.3.3",
    "typescript": "4.9.5"
  },
  "dependencies": {
    "scandit-datacapture-frameworks-core": "8.4.1",
    "scandit-datacapture-frameworks-id": "8.4.1",
    "scandit-react-native-datacapture-core": "8.4.1"
  },
  "packageManager": "pnpm@10.15.0",
  "codegenConfig": {
    "name": "ScanditReactNativeDatacaptureIdSpec",
    "type": "modules",
    "jsSrcsDir": "specs",
    "outputDir": {
      "ios": "ios/generated",
      "android": "android/generated"
    },
    "includesGeneratedCode": true,
    "android": {
      "javaPackageName": "com.scandit.datacapture.reactnative.id"
    },
    "ios": {
      "unstableRequiresMainQueueSetup": true
    }
  }
}
