{
  "name": "@react-native-karte/visual-tracking",
  "version": "0.5.0",
  "description": "KARTE SDK Visual tracking for React Native",
  "main": "lib/commonjs/index",
  "module": "lib/module/index",
  "types": "lib/typescript/src/index.d.ts",
  "react-native": "src/index",
  "source": "src/index",
  "keywords": [
    "react-native",
    "karte",
    "visual-tracking",
    "ios",
    "android"
  ],
  "author": "PLAID, Inc.",
  "homepage": "https://karte.io",
  "license": "Apache-2.0",
  "files": [
    "src",
    "lib",
    "android",
    "ios",
    "RNKRTVisualTracking.podspec",
    "!android/build",
    "!ios/build",
    "!**/__tests__",
    "!**/__fixtures__",
    "!**/__mocks__"
  ],
  "publishConfig": {
    "registry": "https://registry.npmjs.org/",
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/plaidev/karte-react-native.git",
    "directory": "packages/visual-tracking"
  },
  "scripts": {
    "prepare": "bob build",
    "build": "bob build",
    "build:clean": "del lib",
    "docs": "typedoc src/index.tsx --excludePrivate",
    "docs:clean": "del docs",
    "test": "jest"
  },
  "bugs": {
    "url": "https://github.com/plaidev/karte-react-native/issues"
  },
  "peerDependencies": {
    "@react-native-karte/core": "^2.2.0",
    "react": "*",
    "react-native": "*"
  },
  "devDependencies": {
    "@types/react-native": "0.70.2",
    "react-native": "^0.79.6",
    "react-native-builder-bob": "^0.18.3",
    "typescript": "~5.0.4"
  },
  "react-native-builder-bob": {
    "source": "src",
    "output": "lib",
    "targets": [
      "commonjs",
      "module",
      "typescript"
    ]
  },
  "gitHead": "281a6abf5b918ba4f880cc600d6fe62fe90fb785"
}
