{
  "name": "@react-native-aviation/core",
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  },
  "version": "0.5.3",
  "description": "Unified React Native Audio/Video Media Library",
  "main": "./lib/module/index.js",
  "source": "./src/index.tsx",
  "types": "./lib/typescript/index.d.ts",
  "exports": {
    ".": {
      "source": "./src/index.tsx",
      "types": "./lib/typescript/index.d.ts",
      "default": "./lib/module/index.js"
    },
    "./package.json": "./package.json"
  },
  "files": [
    "src",
    "lib",
    "android",
    "ios",
    "cpp",
    "nitrogen",
    "nitro.json",
    "*.podspec",
    "!ios/build",
    "!android/build",
    "!android/gradle",
    "!android/gradlew",
    "!android/gradlew.bat",
    "!android/local.properties",
    "!**/__tests__",
    "!**/__fixtures__",
    "!**/__mocks__",
    "!**/.*",
    "!**/tests",
    "!**/*test*",
    "!**/*Test*",
    "!**/MemoryLeakTests*",
    "!**/test_memory_leaks*",
    "!android/.cxx"
  ],
  "scripts": {
    "build": "nitrogen && bob build",
    "prepack": "nitrogen && bob build",
    "nitrogen": "nitrogen",
    "typecheck": "tsc --noEmit",
    "clean": "del-cli lib android/build ios/build"
  },
  "keywords": [
    "react-native",
    "audio",
    "video",
    "media-player",
    "drm",
    "streaming",
    "playback",
    "media",
    "nitro-modules",
    "hooks",
    "hls",
    "dash",
    "exoplayer",
    "avplayer",
    "fairplay",
    "widevine"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/adsellor/react-native-aviation.git",
    "directory": "packages/core"
  },
  "author": "adsellor <zaven@duck.com> (https://github.com/adsellor)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/adsellor/react-native-aviation/issues"
  },
  "homepage": "https://github.com/adsellor/react-native-aviation#readme",
  "peerDependencies": {
    "react": ">= 18.2.0",
    "react-native": ">= 0.76.0",
    "react-native-nitro-modules": ">=0.33.9"
  },
  "devDependencies": {
    "react-native-builder-bob": "^0.40.13",
    "typescript": "^5.9.2"
  },
  "react-native-builder-bob": {
    "source": "src",
    "output": "lib",
    "targets": [
      [
        "module",
        {
          "esm": true
        }
      ],
      [
        "typescript",
        {
          "project": "tsconfig.build.json"
        }
      ]
    ]
  },
  "codegenConfig": {
    "name": "RNAviationSpec",
    "type": "all",
    "jsSrcsDir": "src/specs",
    "android": {
      "javaPackageName": "com.margelo.nitro.aviation"
    }
  },
  "create-react-native-library": {
    "type": "nitro-module",
    "languages": "kotlin-swift",
    "tools": [
      "eslint",
      "jest",
      "lefthook",
      "release-it"
    ],
    "version": "0.57.2"
  }
}
