| 
									
										
										
										
											2021-02-19 16:07:53 +01:00
										 |  |  | { | 
					
						
							|  |  |  |   "name": "react-native-vision-camera", | 
					
						
							| 
									
										
										
										
											2024-03-27 14:37:01 +01:00
										 |  |  |   "version": "3.9.2", | 
					
						
							| 
									
										
										
										
											2023-10-05 14:50:36 +02:00
										 |  |  |   "description": "A powerful, high-performance React Native Camera library.", | 
					
						
							| 
									
										
										
										
											2021-02-19 16:07:53 +01:00
										 |  |  |   "main": "lib/commonjs/index", | 
					
						
							|  |  |  |   "module": "lib/module/index", | 
					
						
							| 
									
										
										
										
											2021-02-25 17:48:00 +01:00
										 |  |  |   "types": "lib/typescript/index.d.ts", | 
					
						
							| 
									
										
										
										
											2021-02-19 16:07:53 +01:00
										 |  |  |   "react-native": "src/index", | 
					
						
							|  |  |  |   "source": "src/index", | 
					
						
							|  |  |  |   "files": [ | 
					
						
							| 
									
										
										
										
											2021-02-25 18:00:11 +01:00
										 |  |  |     "src", | 
					
						
							| 
									
										
										
										
											2021-02-20 20:41:10 +01:00
										 |  |  |     "lib/commonjs", | 
					
						
							|  |  |  |     "lib/module", | 
					
						
							|  |  |  |     "lib/typescript", | 
					
						
							| 
									
										
										
										
											2023-02-21 15:00:48 +01:00
										 |  |  |     "cpp/**/*.h", | 
					
						
							|  |  |  |     "cpp/**/*.cpp", | 
					
						
							| 
									
										
										
										
											2021-02-19 16:20:19 +01:00
										 |  |  |     "android/build.gradle", | 
					
						
							| 
									
										
										
										
											2021-07-08 11:07:50 +02:00
										 |  |  |     "android/gradle.properties", | 
					
						
							|  |  |  |     "android/CMakeLists.txt", | 
					
						
							| 
									
										
										
										
											2021-06-28 17:27:24 +02:00
										 |  |  |     "android/src", | 
					
						
							| 
									
										
										
										
											2021-02-19 16:20:19 +01:00
										 |  |  |     "ios/**/*.h", | 
					
						
							|  |  |  |     "ios/**/*.m", | 
					
						
							|  |  |  |     "ios/**/*.mm", | 
					
						
							|  |  |  |     "ios/**/*.cpp", | 
					
						
							|  |  |  |     "ios/**/*.swift", | 
					
						
							| 
									
										
										
										
											2021-02-25 15:32:12 +01:00
										 |  |  |     "ios/VisionCamera.xcodeproj/project.pbxproj", | 
					
						
							| 
									
										
										
										
											2021-07-12 08:52:31 +02:00
										 |  |  |     "app.plugin.js", | 
					
						
							| 
									
										
										
										
											2021-03-26 16:22:24 +01:00
										 |  |  |     "VisionCamera.podspec", | 
					
						
							| 
									
										
										
										
											2021-04-08 12:30:22 +02:00
										 |  |  |     "README.md" | 
					
						
							| 
									
										
										
										
											2021-02-19 16:07:53 +01:00
										 |  |  |   ], | 
					
						
							|  |  |  |   "scripts": { | 
					
						
							|  |  |  |     "typescript": "tsc --noEmit", | 
					
						
							|  |  |  |     "lint": "eslint \"**/*.{js,ts,tsx}\"", | 
					
						
							| 
									
										
										
										
											2021-02-23 14:17:10 +01:00
										 |  |  |     "lint-ci": "yarn lint -f ./node_modules/@firmnav/eslint-github-actions-formatter/dist/formatter.js", | 
					
						
							| 
									
										
										
										
											2023-09-01 19:49:44 +02:00
										 |  |  |     "start": "cd example && yarn start", | 
					
						
							| 
									
										
										
										
											2021-07-08 10:52:14 +02:00
										 |  |  |     "build": "bob build", | 
					
						
							| 
									
										
										
										
											2021-02-19 16:07:53 +01:00
										 |  |  |     "release": "release-it", | 
					
						
							| 
									
										
										
										
											2021-06-03 14:16:02 +02:00
										 |  |  |     "pods": "cd example && yarn pods", | 
					
						
							| 
									
										
										
										
											2023-09-01 18:32:23 +02:00
										 |  |  |     "bootstrap": "yarn && cd example && yarn && yarn pods", | 
					
						
							| 
									
										
										
										
											2023-09-01 12:58:32 +02:00
										 |  |  |     "check-android": "scripts/ktlint.sh && scripts/clang-format.sh", | 
					
						
							|  |  |  |     "check-ios": "scripts/swiftlint.sh && scripts/swiftformat.sh && scripts/clang-format.sh", | 
					
						
							| 
									
										
										
										
											2021-07-14 13:17:14 +02:00
										 |  |  |     "check-js": "yarn lint --fix && yarn typescript", | 
					
						
							| 
									
										
										
										
											2023-09-01 12:58:32 +02:00
										 |  |  |     "check-cpp": "scripts/clang-format.sh", | 
					
						
							| 
									
										
										
										
											2021-03-17 15:35:49 +01:00
										 |  |  |     "check-all": "scripts/check-all.sh", | 
					
						
							| 
									
										
										
										
											2021-06-28 10:25:47 +02:00
										 |  |  |     "clean-ios": "scripts/clean-ios.sh", | 
					
						
							|  |  |  |     "clean-android": "scripts/clean-android.sh", | 
					
						
							| 
									
										
										
										
											2023-09-29 21:59:02 +02:00
										 |  |  |     "clean-js": "scripts/clean-js.sh", | 
					
						
							|  |  |  |     "prepack": "cp ../README.md ./README.md", | 
					
						
							|  |  |  |     "postpack": "rm ./README.md" | 
					
						
							| 
									
										
										
										
											2021-02-19 16:07:53 +01:00
										 |  |  |   }, | 
					
						
							|  |  |  |   "keywords": [ | 
					
						
							| 
									
										
										
										
											2024-02-07 10:52:07 +01:00
										 |  |  |     "react", | 
					
						
							|  |  |  |     "native", | 
					
						
							| 
									
										
										
										
											2021-02-25 22:51:20 +01:00
										 |  |  |     "camera", | 
					
						
							| 
									
										
										
										
											2024-02-07 10:52:07 +01:00
										 |  |  |     "react-native", | 
					
						
							|  |  |  |     "react-native-camera", | 
					
						
							| 
									
										
										
										
											2021-02-25 22:51:20 +01:00
										 |  |  |     "vision", | 
					
						
							| 
									
										
										
										
											2024-02-07 10:52:07 +01:00
										 |  |  |     "javascript", | 
					
						
							|  |  |  |     "typescript", | 
					
						
							|  |  |  |     "android", | 
					
						
							|  |  |  |     "ios", | 
					
						
							|  |  |  |     "library", | 
					
						
							|  |  |  |     "instagram", | 
					
						
							|  |  |  |     "snapchat", | 
					
						
							| 
									
										
										
										
											2021-02-25 22:51:20 +01:00
										 |  |  |     "ai", | 
					
						
							| 
									
										
										
										
											2023-10-04 12:56:47 +02:00
										 |  |  |     "scanner", | 
					
						
							| 
									
										
										
										
											2024-02-07 10:52:07 +01:00
										 |  |  |     "qrcode", | 
					
						
							|  |  |  |     "barcode", | 
					
						
							|  |  |  |     "qr-code", | 
					
						
							|  |  |  |     "jsi", | 
					
						
							|  |  |  |     "worklet", | 
					
						
							|  |  |  |     "module", | 
					
						
							| 
									
										
										
										
											2023-10-04 12:56:47 +02:00
										 |  |  |     "frame", | 
					
						
							|  |  |  |     "processing", | 
					
						
							|  |  |  |     "realtime" | 
					
						
							| 
									
										
										
										
											2021-02-19 16:07:53 +01:00
										 |  |  |   ], | 
					
						
							| 
									
										
										
										
											2021-06-21 22:42:46 +02:00
										 |  |  |   "repository": "https://github.com/mrousavy/react-native-vision-camera", | 
					
						
							| 
									
										
										
										
											2024-02-07 10:52:07 +01:00
										 |  |  |   "author": "Marc Rousavy <me@mrousavy.com> (https://github.com/mrousavy)", | 
					
						
							| 
									
										
										
										
											2021-02-25 22:45:59 +01:00
										 |  |  |   "license": "MIT", | 
					
						
							| 
									
										
										
										
											2021-02-19 16:07:53 +01:00
										 |  |  |   "bugs": { | 
					
						
							| 
									
										
										
										
											2021-06-21 22:42:46 +02:00
										 |  |  |     "url": "https://github.com/mrousavy/react-native-vision-camera/issues" | 
					
						
							| 
									
										
										
										
											2021-02-19 16:07:53 +01:00
										 |  |  |   }, | 
					
						
							| 
									
										
										
										
											2023-03-06 11:03:40 +01:00
										 |  |  |   "homepage": "https://react-native-vision-camera.com/", | 
					
						
							| 
									
										
										
										
											2021-02-19 16:07:53 +01:00
										 |  |  |   "publishConfig": { | 
					
						
							|  |  |  |     "registry": "https://registry.npmjs.org/" | 
					
						
							|  |  |  |   }, | 
					
						
							|  |  |  |   "devDependencies": { | 
					
						
							| 
									
										
										
										
											2023-07-31 18:21:55 +02:00
										 |  |  |     "@expo/config-plugins": "^7.2.5", | 
					
						
							| 
									
										
										
										
											2023-07-03 12:40:07 +02:00
										 |  |  |     "@jamesacarr/eslint-formatter-github-actions": "^0.2.0", | 
					
						
							|  |  |  |     "@react-native/eslint-config": "^0.72.2", | 
					
						
							| 
									
										
										
										
											2024-01-31 17:28:52 +01:00
										 |  |  |     "@react-native/typescript-config": "^0.74.0", | 
					
						
							| 
									
										
										
										
											2023-07-31 18:21:55 +02:00
										 |  |  |     "@release-it/conventional-changelog": "^7.0.0", | 
					
						
							| 
									
										
										
										
											2023-08-21 12:50:14 +02:00
										 |  |  |     "@types/react": "^18.2.19", | 
					
						
							| 
									
										
										
										
											2023-07-03 12:40:07 +02:00
										 |  |  |     "@types/react-native": "^0.72.2", | 
					
						
							| 
									
										
										
										
											2023-07-31 18:21:55 +02:00
										 |  |  |     "eslint": "^8.46.0", | 
					
						
							|  |  |  |     "eslint-plugin-prettier": "^5.0.0", | 
					
						
							| 
									
										
										
										
											2023-08-21 12:50:14 +02:00
										 |  |  |     "prettier": "^3.0.1", | 
					
						
							| 
									
										
										
										
											2023-02-09 11:52:41 +01:00
										 |  |  |     "react": "^18.2.0", | 
					
						
							| 
									
										
										
										
											2023-07-31 18:21:55 +02:00
										 |  |  |     "react-native": "^0.72.3", | 
					
						
							|  |  |  |     "react-native-builder-bob": "^0.21.3", | 
					
						
							| 
									
										
										
										
											2024-01-30 17:58:48 +01:00
										 |  |  |     "react-native-worklets-core": "^0.3.0", | 
					
						
							| 
									
										
										
										
											2023-07-31 18:21:55 +02:00
										 |  |  |     "release-it": "^16.1.3", | 
					
						
							| 
									
										
										
										
											2023-07-03 12:40:07 +02:00
										 |  |  |     "typescript": "^5.1.6" | 
					
						
							| 
									
										
										
										
											2021-02-19 16:07:53 +01:00
										 |  |  |   }, | 
					
						
							|  |  |  |   "peerDependencies": { | 
					
						
							|  |  |  |     "react": "*", | 
					
						
							| 
									
										
										
										
											2023-02-13 15:22:45 +01:00
										 |  |  |     "react-native": "*", | 
					
						
							| 
									
										
										
										
											2023-08-21 12:50:14 +02:00
										 |  |  |     "react-native-worklets-core": "*" | 
					
						
							| 
									
										
										
										
											2021-02-19 16:07:53 +01:00
										 |  |  |   }, | 
					
						
							| 
									
										
										
										
											2023-08-29 17:53:00 +02:00
										 |  |  |   "peerDependenciesMeta": { | 
					
						
							|  |  |  |     "react-native-worklets-core": { | 
					
						
							|  |  |  |       "optional": true | 
					
						
							|  |  |  |     } | 
					
						
							|  |  |  |   }, | 
					
						
							| 
									
										
										
										
											2021-02-19 16:07:53 +01:00
										 |  |  |   "release-it": { | 
					
						
							|  |  |  |     "git": { | 
					
						
							|  |  |  |       "commitMessage": "chore: release ${version}", | 
					
						
							|  |  |  |       "tagName": "v${version}" | 
					
						
							|  |  |  |     }, | 
					
						
							|  |  |  |     "npm": { | 
					
						
							|  |  |  |       "publish": true | 
					
						
							|  |  |  |     }, | 
					
						
							|  |  |  |     "github": { | 
					
						
							|  |  |  |       "release": true | 
					
						
							|  |  |  |     }, | 
					
						
							|  |  |  |     "plugins": { | 
					
						
							|  |  |  |       "@release-it/conventional-changelog": { | 
					
						
							| 
									
										
										
										
											2021-06-10 14:30:57 +02:00
										 |  |  |         "preset": { | 
					
						
							|  |  |  |           "name": "conventionalcommits", | 
					
						
							|  |  |  |           "types": [ | 
					
						
							|  |  |  |             { | 
					
						
							|  |  |  |               "type": "feat", | 
					
						
							|  |  |  |               "section": "✨ Features" | 
					
						
							|  |  |  |             }, | 
					
						
							|  |  |  |             { | 
					
						
							|  |  |  |               "type": "perf", | 
					
						
							|  |  |  |               "section": "💨 Performance Improvements" | 
					
						
							|  |  |  |             }, | 
					
						
							| 
									
										
										
										
											2024-01-29 13:47:12 +01:00
										 |  |  |             { | 
					
						
							|  |  |  |               "type": "fix", | 
					
						
							|  |  |  |               "section": "🐛 Bug Fixes" | 
					
						
							|  |  |  |             }, | 
					
						
							| 
									
										
										
										
											2021-07-26 11:38:08 +02:00
										 |  |  |             { | 
					
						
							|  |  |  |               "type": "chore(deps)", | 
					
						
							|  |  |  |               "section": "🛠️ Dependency Upgrades" | 
					
						
							|  |  |  |             }, | 
					
						
							| 
									
										
										
										
											2021-06-10 14:30:57 +02:00
										 |  |  |             { | 
					
						
							|  |  |  |               "type": "docs", | 
					
						
							|  |  |  |               "section": "📚 Documentation" | 
					
						
							|  |  |  |             } | 
					
						
							|  |  |  |           ] | 
					
						
							|  |  |  |         } | 
					
						
							| 
									
										
										
										
											2021-02-19 16:07:53 +01:00
										 |  |  |       } | 
					
						
							|  |  |  |     } | 
					
						
							|  |  |  |   }, | 
					
						
							|  |  |  |   "react-native-builder-bob": { | 
					
						
							|  |  |  |     "source": "src", | 
					
						
							|  |  |  |     "output": "lib", | 
					
						
							|  |  |  |     "targets": [ | 
					
						
							|  |  |  |       "commonjs", | 
					
						
							|  |  |  |       "module", | 
					
						
							|  |  |  |       [ | 
					
						
							|  |  |  |         "typescript", | 
					
						
							|  |  |  |         { | 
					
						
							| 
									
										
										
										
											2021-08-16 10:45:41 +02:00
										 |  |  |           "project": "tsconfig.json" | 
					
						
							| 
									
										
										
										
											2021-02-19 16:07:53 +01:00
										 |  |  |         } | 
					
						
							|  |  |  |       ] | 
					
						
							|  |  |  |     ] | 
					
						
							| 
									
										
										
										
											2024-03-27 14:36:21 +01:00
										 |  |  |   }, | 
					
						
							|  |  |  |   "packageManager": "yarn@1.22.19+sha1.4ba7fc5c6e704fce2066ecbfb0b0d8976fe62447" | 
					
						
							| 
									
										
										
										
											2021-02-19 16:07:53 +01:00
										 |  |  | } |