{
  "name": "@jenssimon/eslint-config-sfcc",
  "version": "4.8.1",
  "description": "A collection of shareable ESLint configurations for Salesforce Commerce Cloud (SFCC)",
  "main": "index.js",
  "author": "Jens Simon <https://github.com/jenssimon>",
  "keywords": [
    "eslint",
    "eslintconfig",
    "sfcc",
    "demandware",
    "salesforce",
    "commercecloud",
    "sfra"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/jenssimon/eslint-config-sfcc"
  },
  "license": "MIT",
  "files": [
    "/index.js",
    "/sfra.js",
    "/sfra-storefront.js",
    "/lib/"
  ],
  "scripts": {
    "lint": "eslint ./",
    "commit": "cz",
    "prepack": "pinst --disable",
    "postpack": "pinst --enable",
    "semantic-release": "semantic-release"
  },
  "dependencies": {
    "eslint-plugin-es5": "^1.5.0",
    "eslint-plugin-sitegenesis": "^1.0.0"
  },
  "peerDependencies": {
    "@jenssimon/eslint-config-base": ">=6.7.0",
    "eslint": ">=7.0.0"
  },
  "devDependencies": {
    "@commitlint/cli": "^19.0.0",
    "@commitlint/config-conventional": "^19.0.0",
    "@eslint/compat": "^1.2.4",
    "@eslint/eslintrc": "^3.2.0",
    "@jenssimon/eslint-config-base": "^8.0.0",
    "commitizen": "^4.3.0",
    "cz-conventional-changelog": "^3.3.0",
    "eslint": "^8.56.0",
    "husky": "^9.0.6",
    "lint-staged": "^15.2.0",
    "pinst": "^3.0.0",
    "semantic-release": "^24.0.0"
  },
  "packageManager": "yarn@4.6.0",
  "config": {
    "commitizen": {
      "path": "./node_modules/cz-conventional-changelog"
    }
  },
  "lint-staged": {
    "**/*.{js,mjs}": "eslint"
  },
  "release": {
    "branches": [
      "main"
    ]
  }
}
