{
	"name": "@csstools/stylelint-formatter-github",
	"description": "Format Stylelint errors as GitHub annotations",
	"version": "2.0.0",
	"contributors": [
		{
			"name": "Antonio Laguna",
			"email": "antonio@laguna.es",
			"url": "https://antonio.laguna.es"
		},
		{
			"name": "Romain Menke",
			"email": "romainmenke@gmail.com"
		}
	],
	"license": "MIT-0",
	"funding": [
		{
			"type": "github",
			"url": "https://github.com/sponsors/csstools"
		},
		{
			"type": "opencollective",
			"url": "https://opencollective.com/csstools"
		}
	],
	"engines": {
		"node": ">=20.19.0"
	},
	"type": "module",
	"exports": {
		".": {
			"default": "./index.mjs"
		}
	},
	"files": [
		"LICENSE.md",
		"README.md",
		"index.mjs",
		"preprocess-warnings.mjs"
	],
	"peerDependencies": {
		"stylelint": "^17.0.0"
	},
	"scripts": {},
	"homepage": "https://github.com/csstools/postcss-plugins/blob/main/plugins-stylelint/formatter-github#readme",
	"repository": {
		"type": "git",
		"url": "git+https://github.com/csstools/postcss-plugins.git",
		"directory": "plugins-stylelint/formatter-github"
	},
	"bugs": "https://github.com/csstools/postcss-plugins/issues",
	"keywords": [
		"github",
		"stylelint",
		"stylelint-formatter"
	]
}
