{
	"name": "terminal-image",
	"version": "4.3.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",
		"gif.js"
	],
	"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.1",
		"log-update": "^8.0.0",
		"omggif": "^1.0.10",
		"supports-terminal-graphics": "^0.1.0",
		"term-img": "^7.0.0"
	},
	"devDependencies": {
		"@types/node": "^24.3.1",
		"ava": "^6.4.1",
		"xo": "^1.2.2"
	}
}
