Files
react-native-firebase/packages/ml-vision/package.json
Mike Diarmid 252a4239e9 feat!: all packages should depend on core (#3613)
All packages now peer-depend on an explicit version of the `app` package.

BREAKING CHANGE: breaking change to mark new internal versioning requirements.
2020-05-05 20:25:08 +01:00

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": "6.7.1"
},
"publishConfig": {
"access": "public"
}
}