{
  "name": "react-native-nsfw-filter",
  "version": "1.0.6",
  "description": "NSFW content detection for React Native using TensorFlow.js",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "scripts": {
    "build": "tsc",
    "prepublishOnly": "npm run build"
  },
  "keywords": [
    "react-native",
    "nsfw",
    "content-filter",
    "image-classification",
    "tensorflow",
    "ai",
    "machine-learning",
    "nsfwjs",
    "infinite-red",
    "content-moderation"
  ],
  "author": "Munim Technologies",
  "license": "MIT",
  "homepage": "https://github.com/sheehanmunim/Munim-Technologies-Filtration-Systems/tree/main/Mobile%20Apps/React%20Native",
  "repository": {
    "type": "git",
    "url": "https://github.com/sheehanmunim/Munim-Technologies-Filtration-Systems.git",
    "directory": "Mobile Apps/React Native/react-native-nsfw-filter"
  },
  "peerDependencies": {
    "react": ">=16.8.0",
    "react-native": ">=0.60.0",
    "@tensorflow/tfjs": "^4.21.0",
    "@tensorflow/tfjs-react-native": "^1.0.0",
    "expo-image-manipulator": "~12.0.5",
    "expo-gl": "^13.0.1",
    "@react-native-async-storage/async-storage": "^1.23.1",
    "react-native-fs": "^2.20.0"
  },
  "dependencies": {
    "base-64": "^1.0.0",
    "jpeg-js": "^0.4.4"
  },
  "devDependencies": {
    "@types/react": "^18.2.45",
    "@types/react-native": "^0.72.0",
    "typescript": "^5.3.3"
  },
  "files": [
    "lib",
    "assets",
    "README.md",
    "LICENSE",
    "CREDITS.md"
  ]
}
