{
  "name": "@rytass/file-converter-adapter-image-resizer",
  "version": "0.1.7",
  "description": "Rytass Utils Storages Images Resizer",
  "keywords": [
    "rytass",
    "storages",
    "images",
    "converter"
  ],
  "author": "Chia Yu Pai <fantasyatelier@gmail.com>",
  "homepage": "https://github.com/Rytass/Utils#readme",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Rytass/Utils.git"
  },
  "bugs": {
    "url": "https://github.com/Rytass/Utils/issues"
  },
  "dependencies": {
    "@rytass/file-converter": "^0.1.2",
    "sharp": "^0.33.5"
  },
  "devDependencies": {
    "@types/sharp": "^0.32.0"
  },
  "main": "./index.cjs.js",
  "module": "./index.js",
  "typings": "./index.d.ts"
}
