UNPKG

1.36 kBJSONView Raw
1{
2 "name": "expo-barcode-scanner",
3 "version": "11.2.1",
4 "description": "Allows scanning variety of supported barcodes both as standalone module and as extension for expo-camera. It also allows scanning barcodes from existing images.",
5 "main": "build/BarCodeScanner.js",
6 "types": "build/BarCodeScanner.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 "barcode",
19 "barcode-scanner",
20 "react-native",
21 "expo"
22 ],
23 "repository": {
24 "type": "git",
25 "url": "https://github.com/expo/expo.git",
26 "directory": "packages/expo-barcode-scanner"
27 },
28 "bugs": {
29 "url": "https://github.com/expo/expo/issues"
30 },
31 "author": "650 Industries, Inc.",
32 "license": "MIT",
33 "homepage": "https://docs.expo.dev/versions/latest/sdk/bar-code-scanner/",
34 "jest": {
35 "preset": "expo-module-scripts"
36 },
37 "dependencies": {
38 "@expo/config-plugins": "^4.0.2",
39 "expo-image-loader": "~3.1.0"
40 },
41 "devDependencies": {
42 "expo-module-scripts": "^2.0.0"
43 },
44 "peerDependencies": {
45 "expo": "*"
46 },
47 "gitHead": "ba24eba18bf4f4d4b0d54828992d81a2bb18246a"
48}