{
  "name": "rizer",
  "version": "1.1.0-alpha.0",
  "description": "A CLI tool to resize images by width, height, or ratio",
  "type": "module",
  "bin": {
    "rizer": "bin/cli.js"
  },
  "scripts": {
    "start": "node bin/cli.js"
  },
  "dependencies": {
    "ajv": "^8.17.1",
    "chalk": "^5.3.0",
    "commander": "^11.0.0",
    "cosmiconfig": "^9.0.0",
    "inquirer": "^12.5.2",
    "sharp": "^0.33.1"
  },
  "keywords": [
    "image",
    "resize",
    "resizer",
    "sharp",
    "cli",
    "tool",
    "image-processing",
    "image-resize",
    "node-cli",
    "dev-tool",
    "assets",
    "automation",
    "image-optimizer",
    "responsive-images",
    "thumbnail",
    "batch-resize",
    "web-dev",
    "developer-tool"
  ],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/boystro/rizer.git"
  }
}
