{ "name": "@wordpress/stylelint-config", "version": "21.41.0", "description": "stylelint config for WordPress development.", "author": "The WordPress Contributors", "license": "MIT", "keywords": [ "stylelint", "stylelint-config", "stylelint-config-wordpress", "wordpress" ], "homepage": "https://github.com/WordPress/gutenberg/tree/HEAD/packages/stylelint-config/README.md", "repository": { "type": "git", "url": "https://github.com/WordPress/gutenberg.git", "directory": "packages/stylelint-config" }, "bugs": { "url": "https://github.com/WordPress/gutenberg/issues" }, "engines": { "node": ">=14" }, "files": [ "CHANGELOG.md", "LICENSE", "README.md", "index.js", "scss.js" ], "main": "index.js", "dependencies": { "stylelint-config-recommended": "^6.0.0", "stylelint-config-recommended-scss": "^5.0.2" }, "peerDependencies": { "stylelint": "^14.2" }, "npmpackagejsonlint": { "extends": "@wordpress/npm-package-json-lint-config", "rules": { "valid-values-license": [ "error", [ "MIT" ] ] } }, "publishConfig": { "access": "public" }, "gitHead": "42f38f287506a6b3ed8ccba839b18ad066821044" }