{
  "name": "eslint-config-lob",
  "version": "7.0.0",
  "description": "Shareable ESLint config for Lob repositories",
  "main": "index.js",
  "engines": {
    "node": ">=24.15.0",
    "npm": ">=11.12.1"
  },
  "scripts": {
    "lint": "eslint .",
    "release:patch": "changelog -p && git add CHANGELOG.md && git commit -m 'updated CHANGELOG.md' && npm version patch && git push origin && git push origin --tags",
    "release:minor": "changelog -m && git add CHANGELOG.md && git commit -m 'updated CHANGELOG.md' && npm version minor && git push origin && git push origin --tags",
    "release:major": "changelog -M && git add CHANGELOG.md && git commit -m 'updated CHANGELOG.md' && npm version major && git push origin && git push origin --tags"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/lob/eslint-config-lob"
  },
  "keywords": [
    "eslint",
    "eslintconfig"
  ],
  "author": "",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/lob/eslint-config-lob/issues"
  },
  "homepage": "https://github.com/lob/eslint-config-lob",
  "dependencies": {
    "@eslint/js": "^10.0.1",
    "@stylistic/eslint-plugin": "^5.10.0",
    "eslint-plugin-jsdoc": "^62.9.0",
    "eslint-plugin-lob": "^3.0.0",
    "globals": "^17.6.0"
  },
  "devDependencies": {
    "eslint": "10.4.0",
    "generate-changelog": "^1.8.0"
  },
  "peerDependencies": {
    "eslint": ">=10.0.0"
  }
}
