{
  "name": "@adobe/eslint-config-helix",
  "version": "2.0.9",
  "description": "Helix's ESLint config, based on Airbnb's style guide",
  "main": "index.js",
  "scripts": {
    "lint": "./node_modules/.bin/eslint .",
    "semantic-release-dry": "semantic-release --dry-run --branches $CI_BRANCH",
    "semantic-release": "semantic-release",
    "test": "npm run lint"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/adobe/helix-eslint-config.git"
  },
  "keywords": [
    "eslint",
    "eslintconfig",
    "config",
    "helix"
  ],
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/adobe/helix-eslint-config/issues"
  },
  "homepage": "https://github.com/adobe/helix-eslint-config#readme",
  "dependencies": {
    "eslint-config-airbnb-base": "15.0.0",
    "eslint-import-resolver-exports": "1.0.0-beta.5",
    "eslint-plugin-header": "3.1.1",
    "eslint-plugin-import": "2.31.0"
  },
  "devDependencies": {
    "@semantic-release/changelog": "6.0.3",
    "@semantic-release/git": "10.0.1",
    "eslint": "8.57.1",
    "semantic-release": "24.2.1"
  },
  "peerDependencies": {
    "eslint": "^8.0.0"
  },
  "engines": {
    "node": ">= 12"
  }
}
