forked from external-repos/squoosh
14 lines
260 B
JSON
14 lines
260 B
JSON
{
|
|
"name": "mozjpeg_enc",
|
|
"scripts": {
|
|
"install": "napa",
|
|
"build": "docker run --rm -v $(pwd):/src trzeci/emscripten-upstream ./build.sh"
|
|
},
|
|
"napa": {
|
|
"mozjpeg": "mozilla/mozjpeg#v3.3.1"
|
|
},
|
|
"devDependencies": {
|
|
"napa": "3.0.0"
|
|
}
|
|
}
|