{
  "name": "eslint-config-ebay",
  "version": "1.2.0",
  "description": "ESLint config",
  "main": "index.js",
  "scripts": {
    "lint": "eslint .",
    "test": "npm run lint && node test/rules"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/ebay/eslint-config-ebay"
  },
  "keywords": [
    "eslint",
    "eslintconfig",
    "config",
    "ebay",
    "javascript",
    "styleguide"
  ],
  "author": "senthilp <senthil.padmanabhan@yahoo.com> | Michael Woo <mikewoo@yahoo.com>",
  "contributors": [],
  "homepage": "https://github.com/ebay/eslint-config-ebay",
  "devDependencies": {
    "eslint": "^5.16.0",
    "eslint-config-ebay": "^1.0.0",
    "lodash": ">=4.17.21"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org/"
  },
  "license": "MIT",
  "dependencies": {}
}
