{
  "name": "scandit-react-native-datacapture-core",
  "version": "8.3.0",
  "description": "Scandit Data Capture SDK for React Native",
  "homepage": "https://github.com/Scandit/scandit-react-native-datacapture-core",
  "main": "dist/index.js",
  "types": "dist/dts/index.d.ts",
  "exports": {
    ".": {
      "import": "./dist/index.js",
      "types": "./dist/dts/index.d.ts",
      "flow": "./dist/index.js.flow"
    },
    "./experimental": {
      "import": "./dist/experimental.js",
      "types": "./dist/dts/experimental.d.ts",
      "flow": "./dist/experimental.js.flow"
    },
    "./package.json": "./package.json",
    "./react-native.config.js": "./react-native.config.js"
  },
  "scripts": {
    "build": "rollup -c ../../rollup.config.js --bundleConfigAsCjs",
    "generate-flow": "flowgen dist/dts/index.d.ts -o dist/index.js.flow && flowgen dist/dts/experimental.d.ts -o dist/experimental.js.flow",
    "jest": "jest",
    "coverage": "jest --coverage",
    "test": "pnpm run lint",
    "lint": "eslint ts",
    "tsc": "tsc",
    "start": "pnpm build -- --watch"
  },
  "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.79.2",
    "@rollup/plugin-commonjs": "24.1.0",
    "@rollup/plugin-node-resolve": "15.0.2",
    "@rollup/plugin-typescript": "11.1.0",
    "@types/react": "19.1.4",
    "babel-jest": "^29.7.0",
    "flowgen": "^1.21.0",
    "jest": "^29.7.0",
    "rollup": "3.22.0",
    "ts-jest": "^29.3.3",
    "typescript": "4.9.5"
  },
  "packageManager": "pnpm@10.15.0",
  "codegenConfig": {
    "name": "ScanditReactNativeDatacaptureCoreSpec",
    "type": "all",
    "jsSrcsDir": "specs",
    "outputDir": {
      "ios": "ios/generated",
      "android": "android/generated"
    },
    "includesGeneratedCode": true,
    "android": {
      "javaPackageName": "com.scandit.datacapture.reactnative.core"
    },
    "ios": {
      "unstableRequiresMainQueueSetup": true,
      "componentProvider": {
        "RNTDataCaptureView": "RCTDataCaptureView"
      }
    }
  },
  "dependencies": {
    "scandit-datacapture-frameworks-core": "8.3.0"
  }
}