{
	"name": "eslint-formatter-pretty",
	"version": "4.1.0",
	"description": "Pretty ESLint formatter",
	"license": "MIT",
	"repository": "sindresorhus/eslint-formatter-pretty",
	"funding": "https://github.com/sponsors/sindresorhus",
	"author": {
		"name": "Sindre Sorhus",
		"email": "sindresorhus@gmail.com",
		"url": "https://sindresorhus.com"
	},
	"engines": {
		"node": ">=10"
	},
	"scripts": {
		"test": "xo && ava && tsd"
	},
	"files": [
		"index.js",
		"index.d.ts"
	],
	"keywords": [
		"eslint",
		"eslint-formatter",
		"formatter",
		"reporter",
		"lint",
		"validate"
	],
	"dependencies": {
		"@types/eslint": "^7.2.13",
		"ansi-escapes": "^4.2.1",
		"chalk": "^4.1.0",
		"eslint-rule-docs": "^1.1.5",
		"log-symbols": "^4.0.0",
		"plur": "^4.0.0",
		"string-width": "^4.2.0",
		"supports-hyperlinks": "^2.0.0"
	},
	"devDependencies": {
		"ava": "^2.4.0",
		"strip-ansi": "^6.0.0",
		"tsd": "^0.17.0",
		"typescript": "^4.3.2",
		"xo": "^0.32.0"
	},
	"ava": {
		"serial": true
	}
}
