{
  "name": "@react-native-oh-tpl/react-native-create-thumbnail",
  "title": "React Native Create Thumbnail",
  "version": "2.0.0-0.0.4",
  "description": "iOS/Android thumbnail generator with support for both local and remote videos",
  "main": "index.js",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/souvik-ghosh/react-native-create-thumbnail.git",
    "baseUrl": "https://github.com/souvik-ghosh/react-native-create-thumbnail"
  },
  "keywords": [
    "react-native"
  ],
  "harmony": {
    "alias": "react-native-create-thumbnail",
    "codegenConfig": {
      "specPaths": [
        "./src"
      ]
    }
  },
  "author": {
    "name": "Souvik Ghosh",
    "email": "emailtosvk@gmail.com"
  },
  "license": "MIT",
  "licenseFilename": "LICENSE",
  "readmeFilename": "README.md",
  "peerDependencies": {
    "react-native": ">=0.59.0",
    "react-native-create-thumbnail": "2.0.0"
  }
}