{
  "name": "@monkvision/camera",
  "author": "monkvision",
  "license": "BSD-3-Clause-Clear",
  "version": "3.8.17",
  "private": false,
  "description": "AI-powered vehicle damage detection for React Native",
  "homepage": "https://github.com/monkvision/monkjs/packages/camera/#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/monkvision/monkjs.git",
    "directory": "packages/camera"
  },
  "bugs": {
    "url": "https://github.com/monkvision/monkjs/issues"
  },
  "keywords": [
    "react native",
    "camera",
    "native components",
    "vehicle damage detection"
  ],
  "main": "commonjs/index.js",
  "module": "module/index.js",
  "react-native": "src/index.js",
  "files": [
    "commonjs",
    "module",
    "src",
    ".editorconfig",
    "LICENSE",
    "package.json",
    "README.md"
  ],
  "scripts": {
    "watch": "watch 'yarn run build' src",
    "lint": "eslint src --cache",
    "lint-fix": "eslint src --fix",
    "build": "bob build",
    "release": "release-it",
    "test:watch": "jest --verbose --watch",
    "test:coverage": "jest --coverage --collectCoverageFrom='<rootDir>/packages/camera/**'",
    "test": "jest"
  },
  "dependencies": {
    "@expo/match-media": "^0.3.0",
    "@expo/vector-icons": "^12.0.5",
    "@unimodules/core": "^7.1.2",
    "@unimodules/react-native-adapter": "^6.3.9",
    "axios": "^0.24.0",
    "expo-image-manipulator": "^10.2.1",
    "expo-screen-orientation": "^4.1.1",
    "i18next": "^21.8.13",
    "image-conversion": "^2.1.1",
    "react-device-detect": "^2.2.3",
    "react-i18next": "^11.18.0",
    "react-native-canvas": "^0.1.38",
    "react-responsive": "^9.0.0-beta.6",
    "react-webcam": "^7.0.0",
    "screenfull": "^5.2.0",
    "webrtc-adapter": "^8.1.1"
  },
  "devDependencies": {
    "@testing-library/jest-dom": "^5.16.5",
    "@testing-library/jest-native": "^5.4.2",
    "@testing-library/react-hooks": "^8.0.1",
    "@testing-library/react-native": "^12.0.0-rc.0",
    "@types/jest": "^29.4.0",
    "babel-plugin-transform-es2015-modules-commonjs": "^6.26.2",
    "jest-expo": "^47.0.1",
    "prop-types": "^15.8.1",
    "react-native-builder-bob": "^0.18.2",
    "release-it": "*"
  },
  "peerDependencies": {
    "@monkvision/corejs": "3.8.17",
    "@monkvision/inspection-report": "3.8.17",
    "@monkvision/sights": "3.8.17",
    "@monkvision/toolkit": "3.8.17",
    "expo-camera": "^12.3.0",
    "react": "*",
    "react-native": "*",
    "react-native-svg": "*"
  },
  "publishConfig": {
    "access": "public"
  }
}
