{
  "name": "react-native-image-stitcher",
  "version": "0.22.0",
  "description": "Pose-aware panorama capture + stitching for React Native. One <Camera> component, both tap-to-photo and hold-to-pan modes, both AR-backed and IMU-fallback capture paths.",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist/**/*.js",
    "dist/**/*.d.ts",
    "src",
    "!src/**/__tests__",
    "!src/**/__tests__/**",
    "ios/Sources",
    "ios/Package.swift",
    "android/build.gradle",
    "android/src/main/java",
    "android/src/main/cpp",
    "android/src/main/AndroidManifest.xml",
    "cpp",
    "!cpp/tests",
    "!cpp/tests/**",
    "scripts/postinstall-fetch-binaries.js",
    "scripts/opencv-version.txt",
    "RNImageStitcher.podspec",
    "react-native.config.js",
    "LICENSE",
    "NOTICE",
    "README.md",
    "CHANGELOG.md"
  ],
  "scripts": {
    "build": "npm run clean && tsc -p tsconfig.build.json",
    "typecheck": "tsc --noEmit",
    "test": "jest",
    "clean": "rm -rf dist",
    "prepublishOnly": "npm run build && npm run typecheck && npm test",
    "postinstall": "node scripts/postinstall-fetch-binaries.js"
  },
  "keywords": [
    "react-native",
    "panorama",
    "stitching",
    "image-stitcher",
    "camera",
    "opencv",
    "arkit",
    "arcore",
    "vision-camera",
    "shelf-scan"
  ],
  "license": "Apache-2.0",
  "repository": {
    "type": "git",
    "url": "https://github.com/bhargavkanda/react-native-image-stitcher.git"
  },
  "bugs": {
    "url": "https://github.com/bhargavkanda/react-native-image-stitcher/issues"
  },
  "homepage": "https://github.com/bhargavkanda/react-native-image-stitcher#readme",
  "devDependencies": {
    "@react-native-community/cli": "20.1.0",
    "@types/jest": "^29.5.0",
    "@types/react": "^19.0.0",
    "jest": "^29.7.0",
    "react": "^19.0.0",
    "react-native": "^0.84.0",
    "react-native-safe-area-context": "^4.0.0",
    "react-native-sensors": "^7.0.0",
    "react-native-vision-camera": "^4.0.0",
    "react-native-worklets-core": "^1.3.0",
    "rxjs": "^7.0.0",
    "ts-jest": "^29.1.0",
    "typescript": "^5.5.0"
  },
  "peerDependencies": {
    "react": ">=18.0.0",
    "react-native": ">=0.72.0",
    "react-native-vision-camera": ">=4.7.0",
    "react-native-worklets-core": ">=1.3.0",
    "react-native-sensors": ">=7.0.0",
    "react-native-safe-area-context": ">=4.0.0"
  }
}
