{
  "name": "screen-recording-detector-ios",
  "version": "1.1.18",
  "scripts": {
    "deploy-patch": "npm version patch",
    "deploy-minor": "npm version minor",
    "publish": "npm publish --access public"
  },
  "main": "./index.ts",
  "types": "./index.ts",
  "keywords": [
    "expo",
    "expo-module",
    "screen-recording",
    "native-module"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/lottemarines/screen-recording-detector-ios.git"
  },
  "license": "MIT",
  "expo": {
    "autolinking": {
      "ios": true,
      "android": true
    }
  },
  "dependencies": {
    "expo-modules-core": "^2.2.3"
  }
}
