{
  "name": "react-native-mlkit-translate",
  "title": "React Native MlKit Translate",
  "version": "1.0.10",
  "description": "A React Native integration for ML Kit Translate.",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "files": [
    "README.md",
    "android",
    "ios",
    "react-native-mlkit-translate.podspec",
    "lib"
  ],
  "scripts": {
    "build": "tsc",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/rafaelsaback/react-native-mlkit-translate.git",
    "baseUrl": "https://github.com/rafaelsaback/react-native-mlkit-translate"
  },
  "keywords": [
    "react-native",
    "mlkit"
  ],
  "author": {
    "name": "Rafael Saback",
    "email": "rafaelsaback@gmail.com"
  },
  "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.63.42",
    "react": "^16.9.0",
    "react-native": "^0.61.5",
    "typescript": "^4.1.3"
  }
}
