{
  "name": "eslint-config-esnext",
  "version": "4.1.0",
  "description": "Pluggable eslint config for ECMAScript Next that you can import, extend and override",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "prepare": "js-yaml index.yaml > index.json && js-yaml style-guide/index.yaml > style-guide/index.json"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/kunalgolani/eslint-config.git"
  },
  "publishConfig": {
    "registry": "http://registry.npmjs.org/"
  },
  "keywords": [
    "eslint",
    "eslint-config",
    "eslintconfig",
    "esnext",
    "es6",
    "es7",
    "es2015",
    "es2016"
  ],
  "author": "kunalgolani@gmail.com",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/kunalgolani/eslint-config/issues"
  },
  "homepage": "https://github.com/kunalgolani/eslint-config/tree/master/packages/esnext#readme",
  "dependencies": {
    "babel-eslint": "^10.0.1",
    "eslint": "^6.8.0",
    "eslint-plugin-babel": "^5.2.1",
    "eslint-plugin-import": "^2.14.0"
  },
  "devDependencies": {
    "js-yaml": "^3.12.0"
  },
  "peerDependencies": {
    "eslint": "^6.0.0"
  }
}
