@yuiseki/devin-gyazo
Version:
A CLI tool for Devin to capture and upload screenshots to Gyazo.
20 lines (19 loc) • 537 B
JSON
{
"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"
}
}