{
	"name": "image-type",
	"version": "4.1.0",
	"description": "Detect the image type of a Buffer/Uint8Array",
	"license": "MIT",
	"repository": "sindresorhus/image-type",
	"author": {
		"name": "Sindre Sorhus",
		"email": "sindresorhus@gmail.com",
		"url": "sindresorhus.com"
	},
	"engines": {
		"node": ">=6"
	},
	"scripts": {
		"test": "xo && ava && tsd"
	},
	"files": [
		"index.js",
		"index.d.ts"
	],
	"keywords": [
		"image",
		"img",
		"pic",
		"picture",
		"photo",
		"type",
		"detect",
		"check",
		"is",
		"exif",
		"binary",
		"buffer",
		"uint8array",
		"png",
		"jpg",
		"jpeg",
		"gif",
		"webp",
		"tif",
		"bmp",
		"jxr",
		"psd",
		"mime"
	],
	"dependencies": {
		"file-type": "^10.10.0"
	},
	"devDependencies": {
		"@types/node": "^11.13.0",
		"ava": "^1.4.1",
		"read-chunk": "^3.2.0",
		"tsd": "^0.7.2",
		"xo": "^0.24.0"
	}
}
