{
  "name": "@byloth/eslint-config-typescript",
  "version": "3.1.0",
  "description": "A collection of some common sense linting rules for TypeScript projects. ✔",
  "keywords": [
    "ESLint",
    "TypeScript",
    "Linting",
    "Rules",
    "Configuration"
  ],
  "homepage": "https://github.com/Byloth/eslint-config/tree/master/packages/eslint-config-typescript#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Byloth/eslint-config.git"
  },
  "bugs": {
    "url": "https://github.com/Byloth/eslint-config/issues"
  },
  "author": {
    "name": "Matteo Bilotta",
    "email": "me@byloth.dev",
    "url": "https://www.byloth.dev/"
  },
  "license": "Apache-2.0",
  "type": "module",
  "files": [
    "index.mjs",
    "index.d.ts"
  ],
  "main": "index.mjs",
  "types": "index.d.ts",
  "dependencies": {
    "@byloth/eslint-config": "3.1.0",
    "@typescript-eslint/eslint-plugin": "^8.22.0",
    "@typescript-eslint/parser": "^8.22.0"
  },
  "devDependencies": {
    "@types/eslint__eslintrc": "^2.1.2"
  }
}
