{
  "name": "@immowelt/browserslist-config",
  "version": "4.0.3",
  "description": "Config to share target browsers between different immoweltGroup front-ends",
  "author": "Immonet Dev Team <pandora@immonet.de> (https://www.immowelt.de)",
  "license": "MIT",
  "private": false,
  "main": "src/index.js",
  "repository": "https://github.com/ImmoweltGroup/browserslist-config.git",
  "homepage": "https://github.com/ImmoweltGroup/browserslist-config#readme",
  "bugs": {
    "url": "https://github.com/ImmoweltGroup/browserslist-config/issues"
  },
  "scripts": {
    "test": "jest",
    "lint": "eslint src",
    "release": "semantic-release"
  },
  "devDependencies": {
    "@immowelt/eslint-config-immowelt-base": "3.2.10",
    "@immowelt/jest-preset-node": "2.1.0",
    "browserslist": "4.21.10",
    "eslint": "8.55.0",
    "eslint-plugin-compat": "^4.1.4",
    "eslint-plugin-import": "^2.28.1",
    "jest": "29.7.0",
    "semantic-release": "19.0.5"
  },
  "engines": {
    "node": ">=16.0.0",
    "yarn": ">=1.22.0"
  },
  "keywords": [
    "browserslist",
    "immowelt",
    "config",
    "immonet"
  ],
  "files": [
    "src/index.js"
  ],
  "publishConfig": {
    "access": "public"
  },
  "release": {
    "analyzeCommits": {
      "releaseRules": [
        {
          "type": "BREAKING",
          "release": "major"
        },
        {
          "type": "FEATURE",
          "release": "minor"
        },
        {
          "type": "PATCH",
          "release": "patch"
        },
        {
          "type": "BUGFIX",
          "release": "patch"
        }
      ]
    },
    "branch": "master"
  },
  "volta": {
    "node": "20.5.0",
    "yarn": "1.22.19"
  }
}
