{
	"name": "@ffprobe-installer/linux-x64",
	"version": "5.0.0",
	"description": "Linux FFprobe binary used by ffprobe-installer",
	"homepage": "https://www.johnvansickle.com/ffmpeg/",
	"scripts": {
		"test": "file ffprobe | grep -qF \"ELF 64-bit\"",
		"prepare": "npm test",
		"postinstall": "chmod u+x ffprobe",
		"upload": "npm publish --access public"
	},
	"keywords": [
		"ffprobe",
		"binary",
		"linux",
		"x64"
	],
	"os": [
		"linux"
	],
	"cpu": [
		"x64"
	],
	"author": "Oliver Sayers <talk@savagecore.uk>",
	"license": "GPL-3.0",
	"ffprobe": "20210724-c253b18"
}
