terminal-image
Version:
Display images in the terminal
66 lines (65 loc) • 1.09 kB
JSON
{
"name": "terminal-image",
"version": "4.1.0",
"description": "Display images in the terminal",
"license": "MIT",
"repository": "sindresorhus/terminal-image",
"funding": "https://github.com/sponsors/sindresorhus",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "https://sindresorhus.com"
},
"type": "module",
"exports": {
"types": "./index.d.ts",
"default": "./index.js"
},
"sideEffects": false,
"engines": {
"node": ">=20"
},
"scripts": {
"test": "xo && ava"
},
"files": [
"index.js",
"index.d.ts"
],
"keywords": [
"terminal",
"image",
"term",
"iterm",
"shell",
"console",
"command-line",
"img",
"pic",
"picture",
"photo",
"ansi",
"escape",
"jpg",
"jpeg",
"display",
"show",
"pixels",
"gif",
"animation",
"sequence"
],
"dependencies": {
"chalk": "^5.6.2",
"image-dimensions": "^2.5.0",
"jimp": "^1.6.0",
"log-update": "^6.1.0",
"render-gif": "^2.0.4",
"term-img": "^7.0.0"
},
"devDependencies": {
"@types/node": "^24.3.1",
"ava": "^6.4.1",
"xo": "^1.2.2"
}
}