{
  "name": "@griffel/eslint-plugin",
  "version": "2.0.2",
  "description": "ESLint plugin with lint rules for Griffel",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/microsoft/griffel"
  },
  "dependencies": {
    "@typescript-eslint/utils": "^7.18.0",
    "csstype": "^3.1.3",
    "tslib": "^2.1.0"
  },
  "peerDependencies": {
    "eslint": "^7.5.0 || ^8.0.0"
  },
  "types": "./src/index.d.ts",
  "main": "./src/index.js",
  "type": "commonjs"
}