UNPKG

ffprobe-static-prune

Version:

A utility to prune unnecessary ffprobe-static binaries for your current platform and architecture to reduce package size.

28 lines (27 loc) 625 B
{ "name": "ffprobe-static-prune", "version": "1.0.3", "description": "A utility to prune unnecessary ffprobe-static binaries for your current platform and architecture to reduce package size.", "main": "index.js", "bin": { "ffprobe-static-prune": "./bin/ffprobe-static-prune.js" }, "scripts": { "start": "node index.js", "test": "echo \"No test specified\" && exit 0" }, "keywords": [ "ffprobe", "ffprobe-static", "prune", "binary", "optimize", "electron", "build" ], "author": "applestven", "license": "MIT", "dependencies": { "minimist": "^1.2.8" } }