{
  "name": "@npmcli/eslint-config",
  "version": "7.0.0",
  "description": "eslint config used by the npm cli team",
  "main": "lib/index.js",
  "bin": {
    "lint": "bin/index.js"
  },
  "scripts": {
    "snap": "tap",
    "test": "tap",
    "lint": "npm run eslint",
    "postlint": "template-oss-check",
    "lintfix": "npm run eslint -- --fix",
    "posttest": "npm run lint",
    "template-oss-apply": "template-oss-apply --force",
    "eslint": "eslint \"**/*.{js,cjs,ts,mjs,jsx,tsx}\""
  },
  "files": [
    "bin/",
    "lib/"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/npm/eslint-config.git"
  },
  "keywords": [
    "npm",
    "oss"
  ],
  "author": "GitHub Inc.",
  "license": "ISC",
  "devDependencies": {
    "@npmcli/eslint-config": "^5.0.0",
    "@npmcli/template-oss": "5.1.0",
    "tap": "^16.0.1"
  },
  "dependencies": {
    "which": "^7.0.0"
  },
  "engines": {
    "node": "^22.22.2 || ^24.15.0 || >=26.0.0"
  },
  "templateOSS": {
    "//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
    "version": "5.1.0",
    "allowedPackages": [
      "eslint",
      "eslint-plugin-node",
      "eslint-plugin-import",
      "eslint-plugin-promise"
    ],
    "publish": "true"
  },
  "peerDependencies": {
    "eslint": "^8.13.0",
    "eslint-plugin-import": "^2.26.0",
    "eslint-plugin-node": "^11.1.0",
    "eslint-plugin-promise": "^6.0.0"
  },
  "tap": {
    "nyc-arg": [
      "--exclude",
      "tap-snapshots/**"
    ]
  }
}
