{
  "name": "react-native-nsfw",
  "version": "0.0.2-alpha.0",
  "description": "Provides a function to detect nsfw images on iOS using Core ML",
  "main": "build/NSFWDetector.js",
  "types": "build/NSFWDetector.d.ts",
  "sideEffects": false,
  "scripts": {
    "build": "expo-module build",
    "clean": "expo-module clean",
    "lint": "expo-module lint",
    "test": "expo-module test",
    "prepare": "expo-module prepare",
    "prepublishOnly": "expo-module prepublishOnly",
    "expo-module": "expo-module",
    "release": "release-it"
  },
  "keywords": [
    "react-native",
    "expo",
    "react-native-nsfw",
    "nsfw-detector",
    "nsfw-expo"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/hirbod/react-native-nsfw.git"
  },
  "bugs": {
    "url": "https://github.com/hirbod/react-native-nsfw/issues"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org/"
  },
  "author": "Hirbod Mirjavadi",
  "license": "MIT",
  "homepage": "https://github.com/hirbod/react-native-nsfw#readme",
  "release-it": {
    "git": {
      "commitMessage": "chore: release ${version}",
      "tagName": "v${version}"
    },
    "npm": {
      "publish": true
    },
    "github": {
      "release": true
    },
    "plugins": {
      "@release-it/conventional-changelog": {
        "preset": "angular"
      }
    }
  },
  "dependencies": {
    "expo-image-loader": "~3.2.0"
  },
  "devDependencies": {
    "@release-it/conventional-changelog": "^5.0.0",
    "expo-module-scripts": "^2.0.0",
    "expo-modules-core": "^0.9.2",
    "release-it": "^15.0.0"
  },
  "peerDependencies": {
    "expo": "*"
  }
}
