mirror of
https://github.com/zhigang1992/react-native-firebase.git
synced 2026-04-11 11:29:13 +08:00
- @react-native-firebase/admob@6.7.1 - @react-native-firebase/analytics@6.7.1 - @react-native-firebase/app-types@6.7.1 - @react-native-firebase/app@6.7.1 - @react-native-firebase/auth@6.7.1 - @react-native-firebase/crashlytics@6.7.1 - @react-native-firebase/database@6.7.1 - @react-native-firebase/dynamic-links@6.7.1 - @react-native-firebase/firestore@6.7.1 - @react-native-firebase/functions@6.7.1 - @react-native-firebase/iid@6.7.1 - @react-native-firebase/in-app-messaging@6.7.1 - @react-native-firebase/messaging@6.7.1 - @react-native-firebase/ml-natural-language@6.7.1 - @react-native-firebase/ml-vision@6.7.1 - @react-native-firebase/perf@6.7.1 - @react-native-firebase/remote-config@6.7.1 - @react-native-firebase/storage@6.7.1 - @react-native-firebase/template@6.7.1 - react-native-firebase-tests@6.7.1
41 lines
1.1 KiB
JSON
41 lines
1.1 KiB
JSON
{
|
|
"name": "@react-native-firebase/ml-vision",
|
|
"version": "6.7.1",
|
|
"author": "Invertase <oss@invertase.io> (http://invertase.io)",
|
|
"description": "React Native Firebase - Firebase ML Kit brings the power of machine learning vision to your React Native application, supporting both Android & iOS.",
|
|
"main": "lib/index.js",
|
|
"types": "lib/index.d.ts",
|
|
"scripts": {
|
|
"build": "genversion --semi lib/version.js",
|
|
"build:clean": "rimraf android/build && rimraf ios/build",
|
|
"prepare": "yarn run build"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/invertase/react-native-firebase/tree/master/packages/ml-vision"
|
|
},
|
|
"license": "Apache-2.0",
|
|
"keywords": [
|
|
"react",
|
|
"react-native",
|
|
"firebase",
|
|
"mlkit",
|
|
"machine learning",
|
|
"text recognition",
|
|
"landmark recognition",
|
|
"image labeler",
|
|
"face detector",
|
|
"barcode",
|
|
"label",
|
|
"natural language",
|
|
"nlp",
|
|
"vision"
|
|
],
|
|
"peerDependencies": {
|
|
"@react-native-firebase/app": "*"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
}
|
|
}
|