UNPKG

1.48 kBJSONView Raw
1{
2 "name": "expo-camera",
3 "version": "11.0.1",
4 "description": "A React component that renders a preview for the device's either front or back camera. Camera's parameters like zoom, auto focus, white balance and flash mode are adjustable. With expo-camera, one can also take photos and record videos that are saved to the app's cache. Morever, the component is also capable of detecting faces and bar codes appearing on the preview.",
5 "main": "build/index.js",
6 "types": "build/index.d.ts",
7 "sideEffects": false,
8 "scripts": {
9 "build": "expo-module build",
10 "clean": "expo-module clean",
11 "lint": "expo-module lint",
12 "test": "expo-module test",
13 "prepare": "expo-module prepare",
14 "prepublishOnly": "expo-module prepublishOnly",
15 "expo-module": "expo-module"
16 },
17 "keywords": [
18 "react-native",
19 "expo",
20 "camera"
21 ],
22 "repository": {
23 "type": "git",
24 "url": "https://github.com/expo/expo.git",
25 "directory": "packages/expo-camera"
26 },
27 "bugs": {
28 "url": "https://github.com/expo/expo/issues"
29 },
30 "author": "650 Industries, Inc.",
31 "license": "MIT",
32 "homepage": "https://docs.expo.io/versions/latest/sdk/camera/",
33 "jest": {
34 "preset": "expo-module-scripts"
35 },
36 "dependencies": {
37 "@expo/config-plugins": "^1.0.18",
38 "@koale/useworker": "^3.2.1",
39 "invariant": "2.2.4"
40 },
41 "devDependencies": {
42 "expo-module-scripts": "^2.0.0"
43 },
44 "gitHead": "58483c5ec15ae7ed7faba45b68993be5117685db"
45}