forked from a7medev/react-native-ml-kit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 977 Bytes
/
package.json
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
{
"name": "@react-native-ml-kit/barcode-scanning",
"title": "React Native ML Kit Barcode Scanning",
"version": "1.4.0",
"description": "React Native On-Device Barcode Scanning w/ Google ML Kit",
"main": "index.ts",
"files": [
"README.md",
"android",
"index.ts",
"RNMLKitBarcodeScanning.podspec",
"ios"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/a7med-mahmoud/react-native-ml-kit.git",
"baseUrl": "https://github.com/a7med-mahmoud/react-native-ml-kit"
},
"keywords": [
"react-native"
],
"author": {
"name": "JT Wright",
"email": "[email protected]"
},
"license": "MIT",
"licenseFilename": "LICENSE",
"readmeFilename": "README.md",
"peerDependencies": {
"react": ">=16.8.1",
"react-native": ">=0.60.0-rc.0 <1.0.x"
},
"devDependencies": {
"@types/react-native": "^0.72.3"
}
}