forked from external-repos/squoosh
33 lines
742 B
JSON
33 lines
742 B
JSON
{
|
|
"name": "@squoosh/cli",
|
|
"version": "0.7.3",
|
|
"description": "A CLI for Squoosh",
|
|
"public": true,
|
|
"type": "module",
|
|
"homepage": "https://github.com/GoogleChromeLabs/squoosh",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/GoogleChromeLabs/squoosh.git"
|
|
},
|
|
"bin": {
|
|
"squoosh-cli": "src/index.js",
|
|
"@squoosh/cli": "src/index.js"
|
|
},
|
|
"files": [
|
|
"/src/index.js"
|
|
],
|
|
"keywords": [],
|
|
"author": "Google Chrome Developers <chromium-dev@google.com>",
|
|
"license": "Apache-2.0",
|
|
"engines": {
|
|
"node": " ^12.20.2 || ^14.13.1 || ^16.0.0 "
|
|
},
|
|
"dependencies": {
|
|
"@squoosh/lib": "^0.4.0",
|
|
"commander": "^7.2.0",
|
|
"json5": "^2.2.0",
|
|
"kleur": "^4.1.4",
|
|
"ora": "^5.4.0"
|
|
}
|
|
}
|