{
  "name": "@szum-tech/eslint-config",
  "version": "2.3.2",
  "description": "ESLint configuration for TypeScript projects",
  "keywords": [
    "eslint",
    "eslint-config",
    "react",
    "eslintconfig",
    "szum-tech"
  ],
  "homepage": "https://github.com/JanSzewczyk/eslint-config#readme",
  "bugs": {
    "url": "https://github.com/JanSzewczyk/eslint-config/issues"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/JanSzewczyk/eslint-config.git"
  },
  "license": "MIT",
  "author": "Jan Szewczyk (Szum-Tech)",
  "type": "module",
  "main": "./dist/index.cjs",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "files": [
    "dist/**"
  ],
  "scripts": {
    "build": "tsup",
    "lint": "eslint .",
    "lint:ci": "eslint . -o eslint-results.sarif -f @microsoft/eslint-formatter-sarif",
    "lint:fix": "eslint . --fix",
    "lint:inspect": "npx @eslint/config-inspector@latest",
    "prettier:check": "prettier --check .",
    "prettier:write": "prettier --write .",
    "typecheck": "tsc --noEmit"
  },
  "dependencies": {
    "@next/eslint-plugin-next": "^16.2.6",
    "@vitest/eslint-plugin": "^1.6.17",
    "eslint-import-resolver-typescript": "^4.4.4",
    "eslint-plugin-import": "^2.32.0",
    "eslint-plugin-jest-dom": "^5.5.0",
    "eslint-plugin-playwright": "^2.10.2",
    "eslint-plugin-react": "^7.37.5",
    "eslint-plugin-react-hooks": "^7.1.1",
    "eslint-plugin-storybook": "^10.4.0",
    "eslint-plugin-testing-library": "^7.16.2",
    "globals": "^17.6.0",
    "typescript-eslint": "^8.59.3"
  },
  "devDependencies": {
    "@szum-tech/prettier-config": "^1.6.2",
    "@szum-tech/semantic-release-config": "^2.3.7",
    "@types/node": "^25.8.0",
    "eslint": "^10.3.0",
    "jiti": "^2.7.0",
    "prettier": "^3.8.3",
    "semantic-release": "^25.0.3",
    "tsup": "^8.5.1",
    "typescript": "^6.0.3"
  },
  "peerDependencies": {
    "eslint": ">=10"
  },
  "publishConfig": {
    "access": "public"
  }
}
