{
  "name": "@kong/eslint-config-kong-ui",
  "version": "1.7.1",
  "description": "Sharable ESLint configuration for Kong's frontend repositories",
  "main": "configs/index.mjs",
  "type": "module",
  "files": [
    "configs"
  ],
  "exports": {
    ".": "./configs/index.mjs",
    "./default": "./configs/index.mjs",
    "./json": "./configs/json.mjs",
    "./cypress": "./configs/cypress.mjs",
    "./package.json": "./package.json"
  },
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "lint": "eslint",
    "lint:fix": "eslint --fix",
    "semantic-release": "semantic-release",
    "commit": "cz"
  },
  "dependencies": {
    "@eslint/js": "^9.37.0",
    "@kong/eslint-plugin-design-tokens": "^1.0.1",
    "@stylistic/eslint-plugin": "^5.4.0",
    "eslint-plugin-cypress": "^5.2.0",
    "eslint-plugin-jsonc": "^2.21.0",
    "eslint-plugin-n": "^17.23.1",
    "eslint-plugin-promise": "^7.2.1",
    "eslint-plugin-vue": "^10.5.0",
    "globals": "^15.15.0",
    "jsonc-eslint-parser": "^2.4.0",
    "typescript-eslint": "^8.46.1",
    "vue-eslint-parser": "^10.2.0"
  },
  "peerDependencies": {
    "eslint": ">= 9.37.0"
  },
  "devDependencies": {
    "@commitlint/cli": "^19.8.1",
    "@commitlint/config-conventional": "^19.8.1",
    "@digitalroute/cz-conventional-changelog-for-jira": "^8.0.1",
    "@evilmartians/lefthook": "^1.13.6",
    "@semantic-release/changelog": "^6.0.3",
    "commitizen": "^4.3.1",
    "cz-conventional-changelog": "^3.3.0",
    "eslint": "^9.37.0",
    "semantic-release": "^25.0.2"
  },
  "pnpm": {
    "onlyBuiltDependencies": [
      "@evilmartians/lefthook"
    ],
    "overrides": {
      "picomatch@<2.3.2": ">=2.3.2",
      "picomatch@>=4.0.0 <4.0.4": ">=4.0.4"
    }
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Kong/eslint-config-kong-ui.git"
  },
  "keywords": [
    "eslint",
    "eslintconfig",
    "kong"
  ],
  "author": {
    "name": "Kong Inc.",
    "url": "https://konghq.com/"
  },
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/Kong/eslint-config-kong-ui/issues"
  },
  "homepage": "https://github.com/Kong/eslint-config-kong-ui#readme",
  "release": {
    "branches": [
      "+([0-9])?(.{+([0-9]),x}).x",
      "main",
      "next",
      "next-major",
      {
        "name": "beta",
        "prerelease": true
      },
      {
        "name": "alpha",
        "prerelease": true
      }
    ],
    "plugins": [
      "@semantic-release/commit-analyzer",
      "@semantic-release/release-notes-generator",
      [
        "@semantic-release/changelog",
        {
          "changelogFile": "CHANGELOG.md"
        }
      ],
      "@semantic-release/npm",
      [
        "@semantic-release/git",
        {
          "assets": [
            "CHANGELOG.md",
            "package.json",
            "src/component-list.ts",
            "scripts/utilities/__snapshots__/generate-icon-components.spec.ts.snap"
          ]
        }
      ],
      "@semantic-release/github"
    ]
  },
  "engines": {
    "node": ">=18.0.0"
  },
  "volta": {
    "node": "24.10.0",
    "pnpm": "10.28.2"
  },
  "config": {
    "commitizen": {
      "path": "./node_modules/@digitalroute/cz-conventional-changelog-for-jira",
      "skipScope": false,
      "jiraOptional": true,
      "jiraLocation": "post-description",
      "jiraPrepend": "[",
      "jiraAppend": "]"
    }
  },
  "packageManager": "pnpm@10.28.2"
}
