UNPKG

vlc-static

Version:

Static VLC binaries for Windows, MacOS and Linux.

54 lines (53 loc) 986 B
{ "name": "vlc-static", "version": "2.0.0", "description": "Static VLC binaries for Windows, MacOS and Linux.", "repository": "Richienb/vlc-static", "author": { "name": "Richie Bendall", "email": "richiebendall@gmail.com" }, "license": "MIT", "type": "module", "exports": "./index.js", "files": [ "index.js", "index.d.ts", "install.js" ], "engines": { "node": ">=12.20" }, "scripts": { "test": "xo && ava && tsd", "install": "node install" }, "keywords": [ "vlc", "static", "videolan", "media", "player", "video", "audio", "binary", "binaries", "portable" ], "dependencies": { "boxen": "^5.1.1", "chalk": "^4.1.2", "download": "^8.0.0", "esm-utils": "^2.0.0", "globby": "^12.0.2", "onetime": "^6.0.0", "path-exists": "^5.0.0", "terminal-link": "^3.0.0", "which": "^2.0.2" }, "devDependencies": { "ava": "^3.15.0", "tsd": "^0.17.0", "xo": "^0.44.0" } }