{
  "name": "@stellar/eslint-config",
  "version": "2.1.2",
  "description": "Stellar Development Foundation's default eslint config",
  "author": "Morley Zhi <morley@stellar.org>",
  "homepage": "https://github.com/stellar/product-conventions#readme",
  "license": "Apache-2.0",
  "main": ".eslintrc.js",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/stellar/product-conventions.git"
  },
  "bugs": {
    "url": "https://github.com/stellar/product-conventions/issues"
  },
  "publishConfig": {
    "access": "public"
  },
  "peerDependencies": {
    "eslint": ">6",
    "eslint-config-prettier": "*",
    "eslint-config-react": "*",
    "@typescript-eslint/eslint-plugin": "*",
    "@typescript-eslint/parser": "*",
    "eslint-plugin-jsdoc": "*",
    "eslint-plugin-prefer-arrow": "*"
  }
}
