Files
react-native-firebase/packages/ml-vision/package.json
@Salakar 4c735ae407 chore(release): release packages
- @react-native-firebase/app@7.3.0
 - @react-native-firebase/database@7.2.3
 - @react-native-firebase/firestore@7.2.0
 - @react-native-firebase/ml-vision@7.1.5
 - react-native-firebase-tests@7.1.19
2020-06-22 13:48:17 +00:00

41 lines
1.1 KiB
JSON

{
"name": "@react-native-firebase/ml-vision",
"version": "7.1.5",
"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": "7.2.1"
},
"publishConfig": {
"access": "public"
}
}