UNPKG

react-native-guided-camera

Version:

A React Native component for agricultural camera guidance with sensor-based motion detection, orientation tracking, and real-time feedback.

65 lines (64 loc) 1.73 kB
{ "name": "react-native-guided-camera", "version": "2.1.2", "description": "A React Native component for agricultural camera guidance with sensor-based motion detection, orientation tracking, and real-time feedback.", "main": "lib/index.js", "types": "lib/index.d.ts", "files": [ "lib", "src", "README.md", "LICENSE" ], "scripts": { "build": "tsc", "prepare": "npm run build", "test": "jest", "lint": "eslint src --ext .ts,.tsx", "clean": "rm -rf lib", "prepublishOnly": "npm run clean && npm run build" }, "keywords": [ "react-native", "camera", "agriculture", "sensors", "motion-detection", "orientation", "guidance", "expo" ], "author": { "name": "Your Name", "email": "your.email@example.com" }, "license": "MIT", "repository": { "type": "git", "url": "https://github.com/xmawe/react-native-guided-camera.git" }, "bugs": { "url": "https://github.com/xmawe/react-native-guided-camera/issues" }, "homepage": "https://github.com/xmawe/react-native-guided-camera#readme", "peerDependencies": { "expo": ">=49.0.0", "expo-camera": ">=16.0.0", "expo-media-library": ">=17.0.0", "expo-sensors": ">=14.0.0", "react": ">=16.8.0", "react-native": ">=0.70.0", "react-native-svg": ">=15.0.0" }, "devDependencies": { "@babel/core": "^7.25.2", "@types/react": "~19.0.10", "@types/react-native": "^0.73.0", "@typescript-eslint/eslint-plugin": "^6.0.0", "@typescript-eslint/parser": "^6.0.0", "eslint": "^8.57.0", "jest": "^29.0.0", "typescript": "~5.8.3" }, "private": false }