{
  "name": "@jdboivin/react-native-video-desktop",
  "version": "1.0.7",
  "description": "A video component for React Native macOS/Windows/Linux with a react-native-video compatible API",
  "main": "lib/commonjs/index.js",
  "module": "lib/module/index.js",
  "types": "lib/typescript/index.d.ts",
  "react-native": "src/index.tsx",
  "source": "src/index.tsx",
  "files": [
    "src",
    "lib",
    "macos",
    "windows",
    "linux",
    "RNVideoDesktop.podspec",
    "!**/__tests__",
    "!**/__mocks__"
  ],
  "scripts": {
    "typescript": "tsc --noEmit",
    "lint": "eslint \"**/*.{js,ts,tsx}\" --ignore-pattern \"sample/**\"",
    "prepare": "bob build",
    "example": "cd example && npm install && npm run macos"
  },
  "keywords": [
    "react-native",
    "react-native-macos",
    "react-native-windows",
    "video",
    "video-player",
    "macos",
    "desktop",
    "media",
    "avkit"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/starburst997/react-native-video-desktop.git"
  },
  "author": "JD Boivin <jd@boiv.in>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/starburst997/react-native-video-desktop/issues"
  },
  "homepage": "https://react-native-video-desktop.jd.boiv.in",
  "peerDependencies": {
    "react": "*",
    "react-native": "*",
    "react-native-macos": "*"
  },
  "devDependencies": {
    "@react-native/eslint-config": "^0.75.0",
    "@types/react": "^19.0.0",
    "eslint": "^8.51.0",
    "react": "19.0.0",
    "react-native": "0.78.3",
    "react-native-builder-bob": "^0.30.0",
    "react-native-macos": "^0.78.6",
    "typescript": "^5.6.0"
  },
  "react-native-builder-bob": {
    "source": "src",
    "output": "lib",
    "targets": [
      "commonjs",
      "module",
      "typescript"
    ]
  }
}
