mirror of
https://github.com/google/brotli.git
synced 2024-11-08 05:10:06 +00:00
28257b2e67
PiperOrigin-RevId: 545575363
15 lines
215 B
JSON
15 lines
215 B
JSON
{
|
|
"name": "brotli",
|
|
"description": "Pure JavaScript Brotli implementation",
|
|
"bin": {
|
|
"brotli": "cli.js"
|
|
},
|
|
"files": [
|
|
"cli.js",
|
|
"decode.js"
|
|
],
|
|
"dependencies": {
|
|
"yargs": "~8.0.2"
|
|
}
|
|
}
|