{
  "name": "eslint-config-bananass",
  "version": "0.6.0",
  "type": "module",
  "description": "ESLint Config for Bananass Framework.🍌",
  "exports": {
    ".": {
      "default": "./src/index.js",
      "types": "./build/index.d.ts"
    },
    "./package.json": "./package.json"
  },
  "typesVersions": {
    "*": {
      "*": [
        "./build/*"
      ],
      ".": [
        "./build/index.d.ts"
      ]
    }
  },
  "files": [
    "src",
    "build",
    "LICENSE.md",
    "README.md",
    "!src/**/*.test.{js,ts}",
    "!**/fixtures/**"
  ],
  "keywords": [
    "bananass",
    "baekjoon",
    "framework",
    "javascript",
    "eslint",
    "eslintconfig",
    "eslint-config",
    "config",
    "flat",
    "flat-config",
    "typescript",
    "react",
    "nextjs",
    "js",
    "ts",
    "jsx",
    "tsx",
    "json",
    "jsonc",
    "json5"
  ],
  "author": "루밀LuMir <rpfos@naver.com> (https://github.com/lumirlumir)",
  "license": "MIT",
  "homepage": "https://bananass.lumir.page",
  "repository": {
    "type": "github",
    "url": "git+https://github.com/lumirlumir/npm-bananass.git",
    "directory": "packages/eslint-config-bananass"
  },
  "bugs": {
    "url": "https://github.com/lumirlumir/npm-bananass/issues"
  },
  "engines": {
    "node": "^20.19.0 || ^22.13.0 || >=24.0.0"
  },
  "publishConfig": {
    "provenance": true
  },
  "scripts": {
    "prepublishOnly": "npm run build",
    "build": "npx tsc && node ../../scripts/cp.mjs ../../LICENSE.md LICENSE.md ../../README.md README.md",
    "test": "node --test"
  },
  "peerDependencies": {
    "eslint": "^9.35.0"
  },
  "peerDependenciesMeta": {
    "eslint": {
      "optional": true
    }
  },
  "dependencies": {
    "@eslint/json": "^0.14.0",
    "@next/eslint-plugin-next": "^16.1.6",
    "@typescript-eslint/eslint-plugin": "^8.55.0",
    "@typescript-eslint/parser": "^8.55.0",
    "eslint-plugin-import": "^2.32.0",
    "eslint-plugin-jsx-a11y": "^6.10.2",
    "eslint-plugin-n": "^17.23.2",
    "eslint-plugin-react": "^7.37.5",
    "eslint-plugin-react-hooks": "^7.0.1",
    "globals": "^17.3.0"
  },
  "devDependencies": {
    "@types/eslint-plugin-jsx-a11y": "^6.10.1"
  }
}
