{
	"name": "image-type",
	"version": "5.2.0",
	"description": "Detect the image type of a Buffer/Uint8Array",
	"license": "MIT",
	"repository": "sindresorhus/image-type",
	"funding": "https://github.com/sponsors/sindresorhus",
	"author": {
		"name": "Sindre Sorhus",
		"email": "sindresorhus@gmail.com",
		"url": "https://sindresorhus.com"
	},
	"type": "module",
	"exports": "./index.js",
	"types": "./index.d.ts",
	"engines": {
		"node": ">=14.16"
	},
	"scripts": {
		"test": "xo && ava && tsd"
	},
	"files": [
		"index.js",
		"index.d.ts"
	],
	"keywords": [
		"image",
		"picture",
		"photo",
		"type",
		"detect",
		"check",
		"is",
		"exif",
		"binary",
		"buffer",
		"uint8array",
		"png",
		"jpg",
		"jpeg",
		"gif",
		"webp",
		"tif",
		"bmp",
		"jxr",
		"psd",
		"mime"
	],
	"dependencies": {
		"file-type": "^18.1.0"
	},
	"devDependencies": {
		"@types/node": "^18.11.18",
		"ava": "^5.1.0",
		"read-chunk": "^4.0.3",
		"tsd": "^0.25.0",
		"xo": "^0.53.1"
	}
}
