bread-compressor-cli
Version:
CLI tool compressing static resources with Brotli, Zopfli (gzip) and Zstandard (zst)
39 lines (38 loc) • 950 B
JSON
{
"name": "bread-compressor-cli",
"type": "module",
"version": "4.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"
],
"scripts": {
"test": "node --test"
},
"main": "index.js",
"zopfliGoBinary": {
"owner": "ralscha",
"repo": "zopfli-go",
"version": "1.1.0",
"binaryName": "zopfli-go",
"tagPrefix": "v",
"assetNameTemplate": "{{binary}}_{{version}}_{{os}}_{{arch}}{{archiveExtension}}"
},
"dependencies": {
"@bokuweb/zstd-wasm": "0.0.27",
"@gfx/zopfli": "1.0.15",
"brotli": "1.3.3"
}
}