mirror of
https://github.com/GoogleChromeLabs/squoosh.git
synced 2025-11-15 10:09:45 +00:00
Add repo info in package.json so that people can backtrack from npm site (#1066)
This commit is contained in:
@@ -4,6 +4,11 @@
|
|||||||
"description": "A CLI for Squoosh",
|
"description": "A CLI for Squoosh",
|
||||||
"public": true,
|
"public": true,
|
||||||
"type": "module",
|
"type": "module",
|
||||||
|
"homepage": "https://github.com/GoogleChromeLabs/squoosh",
|
||||||
|
"repository": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "https://github.com/GoogleChromeLabs/squoosh.git"
|
||||||
|
},
|
||||||
"bin": {
|
"bin": {
|
||||||
"squoosh-cli": "src/index.js",
|
"squoosh-cli": "src/index.js",
|
||||||
"@squoosh/cli": "src/index.js"
|
"@squoosh/cli": "src/index.js"
|
||||||
|
|||||||
@@ -12,6 +12,11 @@
|
|||||||
},
|
},
|
||||||
"keywords": [],
|
"keywords": [],
|
||||||
"author": "Google Chrome Developers <chromium-dev@google.com>",
|
"author": "Google Chrome Developers <chromium-dev@google.com>",
|
||||||
|
"homepage": "https://github.com/GoogleChromeLabs/squoosh",
|
||||||
|
"repository": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "https://github.com/GoogleChromeLabs/squoosh.git"
|
||||||
|
},
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"web-streams-polyfill": "^3.0.3"
|
"web-streams-polyfill": "^3.0.3"
|
||||||
|
|||||||
Reference in New Issue
Block a user