{
  "name": "@silverhand/eslint-config",
  "version": "6.0.1",
  "description": "Shared ESLint config for Silverhand.",
  "author": "Gao Sun <gaosun.dev@gmail.com>",
  "homepage": "https://github.com/silverhand-io/configs#readme",
  "license": "MIT",
  "main": "index.js",
  "files": [
    "index.js",
    "replacements.js",
    ".prettierrc.json"
  ],
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/silverhand-io/configs.git"
  },
  "bugs": {
    "url": "https://github.com/silverhand-io/configs/issues"
  },
  "devDependencies": {
    "@types/eslint": "^8.40.2",
    "eslint": "^8.57.0",
    "prettier": "^3.0.0",
    "typescript": "^5.3.3"
  },
  "dependencies": {
    "@silverhand/eslint-plugin-fp": "^2.5.0",
    "@typescript-eslint/eslint-plugin": "^7.0.0",
    "@typescript-eslint/parser": "^7.0.0",
    "eslint-config-prettier": "^9.0.0",
    "eslint-config-xo": "^0.44.0",
    "eslint-config-xo-typescript": "^4.0.0",
    "eslint-import-resolver-typescript": "^3.6.1",
    "eslint-plugin-consistent-default-export-name": "^0.0.15",
    "eslint-plugin-eslint-comments": "^3.2.0",
    "eslint-plugin-import": "^2.29.1",
    "eslint-plugin-no-use-extend-native": "^0.5.0",
    "eslint-plugin-n": "^17.0.0",
    "eslint-plugin-prettier": "^5.1.3",
    "eslint-plugin-promise": "^6.1.1",
    "eslint-plugin-sql": "2.1.0",
    "eslint-plugin-unicorn": "^52.0.0",
    "eslint-plugin-unused-imports": "^3.1.0"
  },
  "peerDependencies": {
    "eslint": "^8.57.0",
    "prettier": "^3.0.0"
  },
  "engines": {
    "node": "^20.9.0"
  },
  "eslintConfig": {
    "extends": "."
  },
  "scripts": {
    "test": "echo \"Error: run tests from root\" && exit 1"
  }
}