{
  "name": "@ivuorinen/eslint-config",
  "version": "1.3.2",
  "description": "ivuorinen's shareable configuration for ESLint.",
  "author": {
    "name": "Ismo Vuorinen",
    "url": "https://github.com/ivuorinen"
  },
  "bugs": {
    "url": "https://github.com/ivuorinen/base-configs-eslint/issues"
  },
  "engines": {
    "node": "^20.9.0 || >=21.1.0"
  },
  "type": "module",
  "main": "index.cjs",
  "module": "wrapper.mjs",
  "exports": {
    ".": {
      "import": "./wrapper.mjs",
      "require": "./index.cjs"
    },
    "./jest": {
      "import": "./wrapper-jest.mjs",
      "require": "./jest.cjs"
    }
  },
  "files": [
    "index.cjs",
    "jest.cjs",
    "wrapper.mjs",
    "wrapper-jest.mjs",
    "scripts/*"
  ],
  "homepage": "https://github.com/ivuorinen/base-configs-eslint#readme",
  "keywords": [
    "eslint-config",
    "eslint",
    "config",
    "ivuorinen"
  ],
  "license": "MIT",
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ivuorinen/base-configs-eslint.git"
  },
  "scripts": {
    "postinstall": "node scripts/postinstall.cjs",
    "semantic-release": "semantic-release --ci",
    "test": "vitest run",
    "test:watch": "vitest"
  },
  "dependencies": {
    "@eslint/js": "^10.0.1",
    "@ivuorinen/config-checker": "^2.2.1",
    "eslint": "^10.2.0",
    "eslint-config-eslint": "^14.0.0",
    "eslint-config-prettier": "^10.1.8",
    "eslint-plugin-jest": "^29.15.1",
    "globals": "^17.4.0",
    "typescript": ">=4.2.0"
  },
  "devDependencies": {
    "@ivuorinen/semantic-release-config": "^1.2.1",
    "vitest": "^4.1.2"
  },
  "packageManager": "yarn@4.17.0",
  "resolutions": {
    "brace-expansion": "^5.0.5",
    "picomatch": "^4.0.4",
    "undici": "^8.0.0"
  }
}
