
{
  "name": "react-native-audio-video-tools",
  "version": "1.0.0",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "description": "React-native library that allows performing some advanced operation on audios and videos",
  "main": "index.js",
  "types": "./index.d.ts",
  "repository": "https://github.com/PatrissolJuns/react-native-audio-video-tools.git",
  "author": "Patrissol Kenfack",
  "license": "MIT",
  "private": false,
  "keywords": [
    "react-native",
    "react",
    "native",
    "mobile",
    "android",
    "ios",
    "audio",
    "video",
    "images",
    "tools",
    "ffmpeg",
    "compression",
    "video conversion",
    "merging",
    "trimming",
    "extraction",
    "convesion",
    "media"
  ],
  "bugs": {
    "url": "https://github.com/PatrissolJuns/react-native-audio-video-tools/issues"
  },
  "homepage": "https://github.com/PatrissolJuns/react-native-audio-video-tools#readme",
  "dependencies": {
    "react-native-ffmpeg": "^0.4.4"
  },
  "peerDependencies": {
    "react-native": "^0.41.2"
  },
  "files": [
    "android",
    "ios",
    "src",
    "index.d.ts",
    "index.js",
    "LICENSE.txt",
    "package.json",
    "README.md",
    "yarn.lock"
  ]
}
