{
"name": "termfoto",
"version": "0.1.0",
"description": "Fast terminal photo viewer — keyboard-driven, chafa-rendered",
"repository": {
"type": "git",
"url": "https://github.com/raconworks/termfoto.git"
},
"license": "MIT",
"os": ["linux"],
"bin": {
"termfoto": "termfoto"
},
"scripts": {
"postinstall": "node install.js"
},
"files": [
"install.js",
"termfoto"
],
"keywords": [
"tui",
"image",
"viewer",
"terminal",
"chafa"
]
}