UNPKG

react-native-tflite-classification

Version:

Run TensorFlow Lite models in React Native Android apps

57 lines (56 loc) 1.61 kB
{ "name": "react-native-tflite-classification", "version": "1.0.5", "description": "Run TensorFlow Lite models in React Native Android apps", "main": "lib/commonjs/index", "react-native": "src/index", "source": "src/index", "devDependencies": { "@commitlint/config-conventional": "^17.0.2", "@evilmartians/lefthook": "^1.2.2", "@react-native-community/eslint-config": "^3.0.2", "@release-it/conventional-changelog": "^5.0.0", "@types/jest": "^28.1.2", "@types/react": "~17.0.21", "@types/react-native": "0.70.0", "commitlint": "^17.0.2", "del-cli": "^5.0.0", "eslint": "^8.4.1", "eslint-config-prettier": "^8.5.0", "eslint-plugin-prettier": "^4.0.0", "jest": "^28.1.1", "pod-install": "^0.1.0", "prettier": "^2.0.5", "react": "18.2.0", "react-native": "0.72.4", "react-native-builder-bob": "^0.21.3", "release-it": "^15.0.0", "turbo": "^1.10.7", "typescript": "^5.0.2" }, "peerDependencies": { "react": "*", "react-native": "*" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/soum-io/react-native-tf-lite.git" }, "keywords": [ "react-native", "android", "tensorflow", "lite", "tflite", "tf" ], "author": "Michael Shea <soum.io.development@gmail.com> (https://github.com/soum-io)", "license": "MIT", "bugs": { "url": "https://github.com/soum-io/react-native-tf-lite/issues" }, "homepage": "https://github.com/soum-io/react-native-tf-lite#readme" }