sixel-check/package.json
2025-11-14 16:31:20 -07:00

16 lines
255 B
JSON

{
"name": "sixel-check",
"version": "1.0.0",
"description": "",
"license": "ISC",
"author": "",
"type": "commonjs",
"main": "index.js",
"bin": {
"sixel-check": "./index.js"
},
"dependencies": {
"supports-sixel": "^1.0.0"
}
}