{
  "name": "@yuiseki/devin-gyazo",
  "version": "1.1.0",
  "description": "A CLI tool for Devin to capture and upload screenshots to Gyazo.",
  "main": "index.js",
  "bin": {
    "devin-gyazo": "bin/devin-gyazo.js"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": ["gyazo", "screenshot", "cli", "devin"],
  "author": "Yui Matsumura <yuiseki@gmail.com> (https://twitter.com/yuiseki_)",
  "license": "WTFPL",
  "dependencies": {
    "playwright": "^1.49.1",
    "form-data": "^4.0.0"
  }
}
