{
  "name": "@tensorflow/tfjs-react-native",
  "version": "1.0.0",
  "description": "TensorFlow.js platform implementation for React Native",
  "main": "dist/index.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/tensorflow/tfjs.git",
    "directory": "tfjs-react-native"
  },
  "types": "dist/index.d.ts",
  "license": "Apache-2.0",
  "keywords": [
    "tensorflow",
    "tensorflowjs",
    "machine learning",
    "deep learning",
    "neural networks",
    "react native"
  ],
  "scripts": {
    "publish-local": "rimraf dist/ && yarn build && rollup -c && yalc push",
    "build": "./scripts/enumerate-tests.js && tsc",
    "build-ci": "./scripts/enumerate-tests.js && tsc",
    "build-npm": "yarn build",
    "build-deps": "yarn build-core && yarn build-backend-cpu && yarn build-backend-webgl",
    "build-deps-ci": "yarn build-core-ci && yarn build-backend-cpu-ci && yarn build-backend-webgl-ci",
    "build-core": "cd ../tfjs-core && yarn install && yarn build",
    "build-core-ci": "cd ../tfjs-core && yarn && yarn build-ci",
    "build-backend-cpu": "cd ../tfjs-backend-cpu && yarn && yarn build",
    "build-backend-cpu-ci": "cd ../tfjs-backend-cpu && yarn && yarn build-ci",
    "build-backend-webgl": "cd ../tfjs-backend-webgl && yarn && yarn build",
    "build-backend-webgl-ci": "cd ../tfjs-backend-webgl && yarn && yarn build-ci",
    "link-local": "yalc link",
    "unlink-local": "yalc remove",
    "lint": "tslint -p . -t verbose",
    "update-apk": "./scripts/update-apk.sh"
  },
  "devDependencies": {
    "@react-native-async-storage/async-storage": "^1.13.0",
    "@tensorflow/tfjs-backend-cpu": "~4.3.0",
    "@tensorflow/tfjs-backend-webgl": "~4.3.0",
    "@tensorflow/tfjs-core": "4.3.0",
    "@types/base64-js": "^1.2.5",
    "@types/jasmine": "~3.3.0",
    "@types/react-native": "0.60.2",
    "@types/react-native-fs": "^2.13.0",
    "clang-format": "~1.8.0",
    "expo-asset": "^7.0.0",
    "expo-camera": "^7.0.0",
    "expo-gl": "^7.0.0",
    "gts": "^3.1.0",
    "react": "^16.12.0",
    "rimraf": "~2.6.2",
    "rollup": "^0.58.2",
    "rollup-plugin-commonjs": "9.1.3",
    "rollup-plugin-node-resolve": "3.3.0",
    "rollup-plugin-typescript2": "0.13.0",
    "rollup-plugin-uglify": "~3.0.0",
    "tslint": "~6.1.3",
    "tslint-no-circular-imports": "^0.7.0",
    "typescript": "4.4.2",
    "yalc": "^1.0.0-pre.50"
  },
  "dependencies": {
    "base64-js": "^1.3.0",
    "buffer": "^5.2.1",
    "jpeg-js": "^0.4.3"
  },
  "peerDependencies": {
    "@react-native-async-storage/async-storage": "^1.13.0",
    "@tensorflow/tfjs-backend-cpu": "^4.13.0",
    "@tensorflow/tfjs-backend-webgl": "^4.13.0",
    "@tensorflow/tfjs-core": "^4.13.0",
    "expo-camera": "^13.4.4",
    "expo-gl": "^13.0.1",
    "react": "*",
    "react-native": ">= 0.72.0",
    "react-native-fs": "^2.20.0"
  },
  "resolutions": {
    "minimist": "1.2.6"
  }
}
