{
  "name": "@sonny-fe/eslint-config",
  "version": "1.2.0",
  "type": "module",
  "description": "eslint config for sonny",
  "repository": {
    "type": "git",
    "url": "https://github.com/sonsurim/eslint-config",
    "directory": "packages/eslint"
  },
  "license": "MIT",
  "author": {
    "name": "Surim Son",
    "email": "surim014@naver.com"
  },
  "exports": {
    ".": {
      "source": "./lib/index.cjs",
      "require": "./lib/index.cjs",
      "import": "./lib/index.js"
    },
    "./package.json": "./package.json"
  },
  "main": "./lib/index.js",
  "files": [
    "lib"
  ],
  "devDependencies": {
    "vite": "*"
  },
  "dependencies": {
    "eslint": "*",
    "prettier": "*",
    "@sonny-fe/eslint-config-base": "0.3.0",
    "@sonny-fe/eslint-config-react": "0.3.0",
    "@sonny-fe/eslint-config-ts": "0.3.0"
  },
  "peerDependencies": {
    "eslint": "^8.0.0",
    "react": "^17.0.0 || ^18.0.0",
    "typescript": "^4.5.0"
  },
  "peerDependenciesMeta": {
    "react": {
      "optional": true
    },
    "typescript": {
      "optional": true
    }
  },
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "build": "vite build"
  }
}