{
  "name": "@brightspace-ui/stylelint-config",
  "version": "2.2.0",
  "description": "Common Brightspace stylelint configs.",
  "repository": "https://github.com/BrightspaceUI/stylelint-config.git",
  "publishConfig": {
    "access": "public"
  },
  "main": "index.js",
  "type": "module",
  "files": [
    "index.js"
  ],
  "scripts": {
    "test": "stylelint \"test/*.{css,js,html}\""
  },
  "author": "D2L Corporation",
  "license": "Apache-2.0",
  "dependencies": {
    "@stylelint/postcss-css-in-js": "^0.38",
    "@stylistic/stylelint-config": "^5",
    "@stylistic/stylelint-plugin": "^5",
    "postcss-html": "^1",
    "postcss-syntax": "^0.36",
    "stylelint-config-recommended": "^18",
    "stylelint-order": "^8"
  },
  "peerDependencies": {
    "stylelint": "^17"
  }
}
