{
  "name": "ffmpeg-probe",
  "version": "1.0.6",
  "description": "Wrapper around ffprobe for getting info about media files.",
  "main": "index.js",
  "repository": "transitive-bullshit/ffmpeg-probe",
  "author": "Travis Fischer <travis@automagical.ai>",
  "license": "MIT",
  "reveal": true,
  "scripts": {
    "test": "ava -v && standard"
  },
  "keywords": [
    "ffmpeg",
    "ffprobe",
    "fluent-ffmpeg"
  ],
  "devDependencies": {
    "ava": "^0.25.0",
    "standard": "^11.0.0"
  },
  "dependencies": {
    "execa": "^0.10.0"
  }
}
