{
	"name": "@opi_pib/stylelint-config-base",
	"version": "1.5.12",
	"description": "Stylelint config",
	"main": "src/index.mjs",
	"type": "module",
	"files": [
		"src",
		"LICENSE",
		"README.md"
	],
	"exports": {
		".": "./src/index.mjs",
		"./css": "./src/css.mjs",
		"./css-tw": "./src/css-tw.mjs",
		"./scss": "./src/scss.mjs",
		"./scss-tw": "./src/scss-tw.mjs"
	},
	"engines": {
		"node": ">=24.0.0",
		"npm": ">=10.8.0"
	},
	"scripts": {
		"prepare": "husky",
		"test": "node --test tests/**/*.spec.mjs"
	},
	"lint-staged": {
		"*.{js,mjs,ts}": "eslint --fix",
		"*": "prettier -u -w"
	},
	"prettier": "@opi_pib/prettier-config-base",
	"author": "Dawid Lubowiecki",
	"license": "MIT",
	"dependencies": {
		"postcss-scss": "^4.0.0",
		"stylelint": "^16.0.0",
		"stylelint-config-recommended": "^17.0.0",
		"stylelint-config-recommended-scss": "^16.0.0",
		"stylelint-no-unsupported-browser-features": "^8.0.0",
		"stylelint-order": "^7.0.0",
		"stylelint-scss": "^6.0.0"
	},
	"devDependencies": {
		"@opi_pib/eslint-config-base": "^9.0.0",
		"@opi_pib/prettier-config-base": "^1.0.0",
		"husky": "^9.0.0",
		"lint-staged": "^16.0.0"
	},
	"repository": {
		"type": "git",
		"url": "https://github.com/OPI-PIB/stylelint-config-base.git"
	}
}
