{
  "name": "agentmediatools-cli",
  "version": "1.0.0",
  "description": "CLI client for Agent Media Tools — image processing, PDF, QR codes, pastebin, URL shortener, and more from your terminal",
  "main": "amt.js",
  "bin": {
    "amt": "./amt.js"
  },
  "keywords": ["agentmediatools", "cli", "image", "pdf", "qr", "pastebin"],
  "license": "MIT",
  "dependencies": {
    "node-fetch": "^2.7.0"
  }
}
