{
  "name": "@ffmpeg-installer/darwin-x64",
  "version": "4.1.0",
  "description": "Mac OS X FFmpeg binary used by ffmpeg-installer",
  "homepage": "https://evermeet.cx/ffmpeg/",
  "scripts": {
    "test": "file ffmpeg | grep -qF \"Mach-O\"",
    "prepublishOnly": "npm test",
    "postinstall": "chmod u+x ffmpeg",
    "upload": "npm --userconfig=../../.npmrc publish --access public"
  },
  "keywords": [
    "ffmpeg",
    "binary",
    "darwin",
    "x64"
  ],
  "os": [
    "darwin"
  ],
  "cpu": [
    "x64"
  ],
  "author": "Kristoffer Lundén <kristoffer.lunden@gmail.com>",
  "license": "LGPL-2.1",
  "ffmpeg": "92718-g092cb17983"
}
