{
  "name": "scandit-react-native-datacapture-core",
  "version": "8.1.1",
  "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"
    },
    "./experimental": {
      "import": "./dist/experimental.js",
      "types": "./dist/dts/experimental.d.ts"
    }
  },
  "scripts": {
    "jest": "jest",
    "coverage": "jest --coverage",
    "test": "pnpm run lint",
    "lint": "eslint --debug ts",
    "tsc": "tsc",
    "build": "pnpm run rollup",
    "rollup": "rollup -c rollup.config.js --bundleConfigAsCjs",
    "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",
    "jest": "^29.7.0",
    "rollup": "3.22.0",
    "ts-jest": "^29.3.3",
    "typescript": "4.9.5"
  },
  "packageManager": "pnpm@10.15.0",
  "dependencies": {
    "scandit-datacapture-frameworks-core": "8.1.1"
  }
}