UNPKG

react-native-fast-tflite

Version:

High-performance TensorFlow Lite library for React Native

150 lines (149 loc) 3.6 kB
{ "name": "react-native-fast-tflite", "version": "1.6.1", "description": "High-performance TensorFlow Lite library for React Native", "main": "lib/commonjs/index", "module": "lib/module/index", "types": "lib/typescript/src/index.d.ts", "react-native": "src/index", "source": "src/index", "files": [ "src", "lib", "android/src", "!android/src/main/cpp/lib", "android/build.gradle", "android/CMakeLists.txt", "android/gradle.properties", "ios", "!ios/build", "cpp", "*.podspec", "app.plugin.js", "spec" ], "scripts": { "typescript": "tsc --noEmit", "test": "jest", "typecheck": "tsc --noEmit", "lint": "eslint \"**/*.{js,ts,tsx}\" --fix", "lint-cpp": "scripts/clang-format.sh", "check-all": "scripts/check-all.sh", "prepack": "bob build", "release": "release-it", "example": "yarn --cwd example", "bootstrap": "yarn && yarn example && yarn example pods" }, "keywords": [ "react-native", "tensorflow", "vision-camera", "tflite", "lite", "tensorflowlite", "tensorflow-lite", "visioncamera", "react-native-vision-camera", "vision", "camera", "ios", "android" ], "repository": "https://github.com/mrousavy/react-native-fast-tflite", "author": "Marc Rousavy <me@mrousavy.com> (https://github.com/mrousavy)", "license": "MIT", "bugs": { "url": "https://github.com/mrousavy/react-native-fast-tflite/issues" }, "homepage": "https://github.com/mrousavy/react-native-fast-tflite#readme", "publishConfig": { "registry": "https://registry.npmjs.org/" }, "devDependencies": { "@expo/config-plugins": "^7.8.4", "@jamesacarr/eslint-formatter-github-actions": "^0.2.0", "@react-native-community/eslint-config": "^3.0.2", "@release-it/conventional-changelog": "^8.0.1", "@types/jest": "^29.5.11", "@types/react": "~18.2.48", "@types/react-native": "0.73.0", "eslint": "^8.56.0", "eslint-config-prettier": "^9.1.0", "eslint-plugin-prettier": "^5.1.3", "jest": "^29.7.0", "prettier": "^3.2.4", "react": "18.2.0", "react-native": "0.73.3", "react-native-builder-bob": "^0.23.2", "release-it": "^17.0.3", "typescript": "^5.3.3" }, "resolutions": { "@types/react": "17.0.21" }, "peerDependencies": { "react": "*", "react-native": "*" }, "engines": { "node": ">= 18" }, "jest": { "preset": "react-native", "modulePathIgnorePatterns": [ "<rootDir>/example/node_modules", "<rootDir>/lib/" ] }, "release-it": { "git": { "commitMessage": "chore: release ${version}", "tagName": "v${version}" }, "npm": { "publish": true }, "github": { "release": true }, "plugins": { "@release-it/conventional-changelog": { "preset": "angular" } } }, "prettier": { "quoteProps": "consistent", "semi": false, "singleQuote": true, "tabWidth": 2, "trailingComma": "es5", "useTabs": false }, "babel": { "presets": [ "module:metro-react-native-babel-preset" ] }, "react-native-builder-bob": { "source": "src", "output": "lib", "targets": [ "commonjs", "module", [ "typescript", { "project": "tsconfig.json" } ] ] }, "packageManager": "yarn@1.22.19+sha1.4ba7fc5c6e704fce2066ecbfb0b0d8976fe62447", "codegenConfig": { "name": "RNTfliteSpec", "type": "modules", "jsSrcsDir": "spec" }, "dependencies": {} }