-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
71 lines (71 loc) · 1.67 KB
/
package.json
File metadata and controls
71 lines (71 loc) · 1.67 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"name": "@dariyd/react-native-text-recognition",
"title": "React Native Text Recognition",
"version": "2.0.20",
"description": "Advanced OCR text recognition for React Native with Vision API (iOS) and ML Kit (Android). Supports multi-language recognition, PDF files, and both old and new React Native architectures.",
"main": "index.js",
"types": "index.d.ts",
"files": [
"README.md",
"LICENSE",
"android",
"ios",
"index.js",
"index.d.ts",
"react-native-text-recognition.podspec",
"assets",
"src"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dariyd/react-native-text-recognition.git",
"baseUrl": "https://github.com/dariyd/react-native-text-recognition"
},
"keywords": [
"react-native",
"ocr",
"text-recognition",
"vision",
"ml-kit",
"pdf",
"text-detection",
"image-to-text",
"vision-api",
"multi-language",
"ios",
"android",
"turbomodules",
"fabric",
"new-architecture"
],
"author": {
"name": "dariyd",
"email": "dariyd@users.noreply.github.com"
},
"license": "MIT",
"licenseFilename": "LICENSE",
"readmeFilename": "README.md",
"peerDependencies": {
"react": ">=18.2.0",
"react-native": ">=0.77.3"
},
"devDependencies": {
"react": "^18.3.1",
"react-native": "^0.77.3",
"typescript": "^5.0.0"
},
"engines": {
"node": ">=18"
},
"codegenConfig": {
"name": "ReactNativeTextRecognitionSpec",
"type": "modules",
"jsSrcsDir": "src",
"android": {
"javaPackageName": "com.reactnativetextrecognition"
}
}
}