{
  "name": "@infinitered/react-native-mlkit-core",
  "version": "5.0.0",
  "description": "Shared Library for RNMLKit",
  "main": "build/index.js",
  "types": "build/index.d.ts",
  "scripts": {
    "build": "expo-module build",
    "ci:build": "tsc",
    "clean": "expo-module clean",
    "lint": "expo-module lint",
    "test": "../../scripts/test-module.sh",
    "prepublishOnly": "expo-module prepublishOnly",
    "expo-module": "expo-module"
  },
  "keywords": [
    "react-native",
    "expo",
    "react-native-mlkit-core",
    "RNMLkitCore"
  ],
  "repository": "https://github.com/infinitered/react-native-mlkit",
  "bugs": {
    "url": "https://github.com/infinitered/react-native-mlkit/issues"
  },
  "author": "Trevor Coleman <trevor@infinitered.com> (https://github.com/trevor-coleman)",
  "license": "MIT",
  "homepage": "https://docs.infinite.red/react-native-mlkit/",
  "devDependencies": {
    "@babel/plugin-transform-private-methods": "^7.24.7",
    "@infinitered/tsconfig": "0.7.0",
    "@rnx-kit/align-deps": "^3.0.3",
    "@testing-library/jest-native": "^5.4.3",
    "@testing-library/react-hooks": "^8.0.1",
    "@testing-library/react-native": "^13.0.1",
    "expo-module-scripts": "^3.4.1",
    "expo-modules-core": "~3.0.25",
    "jest": "^29.2.1",
    "jest-expo": "~54.0.13",
    "ts-jest": "^29.1.1",
    "typescript": "~5.9.2"
  },
  "peerDependencies": {
    "expo": "*",
    "expo-image": "*",
    "react": "*",
    "react-native": "*"
  },
  "rnx-kit": {
    "kitType": "library",
    "alignDeps": {
      "requirements": {
        "development": [
          "react-native@0.0"
        ],
        "production": [
          "react-native@*"
        ]
      },
      "capabilities": [
        "core",
        "core-android",
        "core-ios",
        "jest",
        "react"
      ]
    }
  }
}
