UNPKG

bread-compressor-cli

Version:

CLI tool compressing static resources with Brotli, Zopfli (gzip) and Zstandard (zst)

35 lines (34 loc) 824 B
{ "name": "bread-compressor-cli", "type": "module", "version": "3.1.0", "description": "CLI tool compressing static resources with Brotli, Zopfli (gzip) and Zstandard (zst)", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/ralscha/bread-compressor-cli.git" }, "author": "Ralph Schaer <ralphschaer@gmail.com>", "bin": { "bread-compressor": "bin.js" }, "keywords": [ "zopfli", "brotli", "gzip", "zstandard" ], "main": "index.js", "dependencies": { "@bokuweb/zstd-wasm": "0.0.20", "@gfx/zopfli": "1.0.15", "brotli": "1.3.3", "chalk": "5.3.0", "commander": "12.0.0", "globby": "14.0.1", "promise-limit": "2.7.0" }, "optionalDependencies": { "node-zopfli-es": "2.0.3" } }