{
  "name": "eslint-config-silverwind-typescript",
  "version": "9.2.2",
  "description": "Exhaustive ESLint configuration with typescript",
  "author": "silverwind <me@silverwind.io>",
  "repository": "silverwind/eslint-config-silverwind-typescript",
  "license": "BSD-2-Clause",
  "type": "module",
  "main": "./index.json",
  "exports": "./index.json",
  "files": [
    "./index.json"
  ],
  "dependencies": {
    "@typescript-eslint/eslint-plugin": "8.19.1",
    "@typescript-eslint/parser": "8.19.1",
    "eslint-import-resolver-typescript": "3.7.0"
  },
  "devDependencies": {
    "eslint": "8.57.0",
    "js-yaml": "4.1.0",
    "typescript": "5.7.3",
    "typescript-config-silverwind": "6.2.1",
    "updates": "16.4.1",
    "versions": "12.1.2"
  }
}
