{
  "name": "tinify-compress-anywhere",
  "version": "1.1.2",
  "description": "tinify compress images anywhere",
  "main": "index.js",
  "scripts": {
    "clearKey": "node clearKey",
    "prepublish": "npm run clearKey",
    "publish": "npm publish --registry=https://registry.npmjs.org"
  },
  "bin": {
    "tci": "index.js"
  },
  "files": [
    "source/screenshot",
    "index.js",
    "key.js",
    "tinifyCompress.js",
    "utils.js",
    "Readme_zh-CN.md"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/JadeXusq/tinify-compress-anywhere"
  },
  "bugs": {
    "url": "https://github.com/JadeXusq/tinify-compress-anywhere/issues"
  },
  "keywords": [
    "image",
    "compress images",
    "tinify",
    "tinypng"
  ],
  "author": "JadeXu",
  "license": "ISC",
  "dependencies": {
    "chalk": "4.1.0",
    "cliui": "^8.0.1",
    "commander": "^9.5.0",
    "dayjs": "^1.11.7",
    "ora": "4.1.1",
    "tinify": "^1.7.1"
  }
}
