{
  "name": "eslint-config-fictiv",
  "version": "12.0.0",
  "description": "Fictiv's JS linter style",
  "main": "index.js",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/fictiv/eslint-config-fictiv.git"
  },
  "keywords": [
    "eslint-config",
    "shareable",
    "fictiv"
  ],
  "author": "C.J. Winslow <whoaa512@gmail.com> (https://github.com/whoaa512)",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/fictiv/eslint-config-fictiv/issues"
  },
  "homepage": "https://github.com/fictiv/eslint-config-fictiv#readme",
  "bin": {
    "fictiv-fmt": "./fictiv-fmt.js"
  },
  "scripts": {
    "test": "echo 'all good'"
  },
  "dependencies": {
    "babel-eslint": "^10.0.3",
    "eslint-config-prettier": "^6.3.0",
    "eslint-plugin-babel": "^5.3.0",
    "eslint-plugin-import": "whoaa512/eslint-plugin-import#9a4b8fb741903c4292e74db120c20afc0ddd28ac",
    "eslint-plugin-jest": "^22.17.0",
    "eslint-plugin-prettier": "^3.1.1",
    "eslint-plugin-promise": "^4.2.1",
    "eslint-plugin-react": "^7.14.3",
    "loglevel-colored-level-prefix": "^1.0.0",
    "prettier-eslint-cli": "^5.0.0"
  },
  "devDependencies": {
    "eslint": ">=4.2.0",
    "prettier": "^1.18.2"
  }
}
