react-native-object-detection
Version:
A React Native library for object detection using MLKit
56 lines (55 loc) • 1.31 kB
JSON
{
"name": "react-native-object-detection",
"version": "1.9.2",
"description": "A React Native library for object detection using MLKit",
"main": "src/index.js",
"types": "src/index.d.ts",
"files": [
"src",
"ios",
"android",
"*.podspec"
],
"author": "",
"homepage": "https://github.com/yourusername/react-native-object-detection",
"license": "ISC",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"react-native",
"object-detection",
"mlkit",
"vision"
],
"peerDependencies": {
"react": "*",
"react-native": "*"
},
"repository": {
"type": "git",
"url": "https://github.com/yourusername/react-native-object-detection.git"
},
"devDependencies": {
"@react-native-community/cli": "15.0.0",
"@react-native-community/cli-platform-android": "15.0.0",
"@react-native-community/cli-platform-ios": "15.0.0"
},
"react-native": {
"android": {
"sourceDir": "./android"
},
"ios": {
"sourceDir": "./ios",
"podspecPath": "./react-native-object-detection.podspec"
}
},
"codegenConfig": {
"name": "RNObjectDetectionSpec",
"type": "modules",
"jsSrcsDir": "src",
"android": {
"javaPackageName": "com.objectdetection"
}
}
}