{
	"name": "@stylistic/stylelint-config",
	"description": "The stylistic shareable config for Stylelint.",
	"version": "5.0.0",
	"license": "MIT",
	"author": {
		"name": "Sergey Artemov",
		"email": "firefoxic.dev@gmail.com"
	},
	"homepage": "https://github.com/stylelint-stylistic/stylelint-config#readme",
	"bugs": {
		"url": "https://github.com/stylelint-stylistic/stylelint-config/issues"
	},
	"repository": {
		"type": "git",
		"url": "git+https://github.com/stylelint-stylistic/stylelint-config.git"
	},
	"type": "module",
	"exports": "./stylelint.config.js",
	"files": [
		"./stylelint.config.js"
	],
	"engines": {
		"node": ">=20.19.0"
	},
	"peerDependencies": {
		"stylelint": "^17.6.0"
	},
	"dependencies": {
		"@stylistic/stylelint-plugin": "^5.1.0"
	},
	"scripts": {
		"prepare": "git config core.hooksPath .githooks || true",
		"lint": "eslint",
		"pretest": "pnpm lint",
		"test": "node --test",
		"test:coverage": "node --test --experimental-test-coverage",
		"test:watch": "node --test --watch"
	},
	"devDependencies": {
		"@firefoxic/eslint-config": "^8.0.1",
		"eslint": "^10.1.0",
		"stylelint": "^17.6.0"
	},
	"keywords": [
		"codeguide",
		"css",
		"csslint",
		"formatting",
		"lint",
		"linter",
		"style",
		"stylelint",
		"stylelint-config",
		"stylistic"
	]
}
