-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.41 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.41 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"name": "expo-text-extractor",
"version": "2.0.0",
"description": "A React Native library for efficient text recognition (OCR) using MLKit and Vision, enabling seamless text extraction from images.",
"keywords": [
"react-native",
"expo",
"expo-text-extractor",
"ExpoTextExtractor"
],
"repository": "https://github.com/pchalupa/expo-text-extractor",
"bugs": {
"url": "http://localhost/issues"
},
"author": "pchalupa <chalupa.petr93@gmail.com> (pchalupa)",
"license": "MIT",
"homepage": "https://github.com/pchalupa/expo-text-extractor#readme",
"main": "build/index.js",
"types": "build/index.d.ts",
"scripts": {
"build": "expo-module build",
"clean": "expo-module clean",
"lint": "expo-module lint",
"test": "expo-module test",
"prepublishOnly": "expo-module prepublishOnly",
"expo-module": "expo-module",
"open:ios": "xed example/ios",
"open:android": "open -a \"Android Studio\" example/android"
},
"devDependencies": {
"@auto-it/conventional-commits": "^11.3.0",
"@auto-it/npm": "^11.3.0",
"@types/react": "~19.1.0",
"auto": "^11.3.0",
"eslint": "^9.39.3",
"eslint-config-expo": "^10.0.0",
"expo": "^54.0.33",
"expo-module-scripts": "^5.0.8",
"prettier": "^3.8.1",
"react-native": "0.81.5",
"typescript": "~5.9.2"
},
"peerDependencies": {
"expo": "*",
"react": "*",
"react-native": "*"
}
}