{
	"name": "vfile-reporter-shiny",
	"version": "1.0.1",
	"description": "Shiny reporter for vfile",
	"license": "MIT",
	"repository": "vweevers/vfile-reporter-shiny",
	"author": "Vincent Weevers",
	"type": "module",
	"exports": "./index.js",
	"scripts": {
		"test": "standard && ava && hallmark"
	},
	"files": [
		"index.js",
		"CHANGELOG.md"
	],
	"keywords": [
		"vfile",
		"vfile-reporter",
		"formatter",
		"reporter",
		"lint",
		"validate"
	],
	"dependencies": {
		"ansi-escapes": "^5.0.0",
		"chalk": "^4.1.0",
		"eslint-rule-docs": "^1.1.5",
		"markdown-to-ansi": "^1.0.0",
		"plur": "^5.0.0",
		"string-width": "^5.0.1",
		"supports-hyperlinks": "^2.0.0",
		"unist-util-stringify-position": "^3.0.0"
	},
	"devDependencies": {
		"ava": "^3.15.0",
		"hallmark": "^3.1.0",
		"standard": "^16.0.3",
		"strip-ansi": "^7.0.1"
	},
	"ava": {
		"serial": true
	},
	"engines": {
		"node": ">=12.20"
	}
}
