{
  "name": "aghassi-js-configs",
  "version": "1.0.22",
  "description": "Common set of JS configs used by David Aghassi",
  "main": "index.js",
  "repository": "git@github.com:Aghassi/aghassi-js-configs.git",
  "author": "David Aghassi <david.aghassi@gmail.com>",
  "license": "MIT",
  "scripts": {
    "lint": "eslint lib",
    "test": "jest tests",
    "release": "semantic-release"
  },
  "devDependencies": {
    "@commitlint/config-conventional": "7.6.0",
    "@semantic-release/git": "7.0.12",
    "@semantic-release/npm": "5.1.9",
    "commitlint": "7.6.1",
    "husky": "2.4.1",
    "jest": "24.1.0",
    "jest-serializer-path": "0.1.15",
    "lint-staged": "8.2.0",
    "prettier": "1.18.2",
    "semantic-release": "15.13.16"
  },
  "dependencies": {
    "eslint": "6.0.0",
    "eslint-config-airbnb": "17.1.0",
    "eslint-config-airbnb-base": "13.1.0",
    "eslint-config-prettier": "5.0.0",
    "eslint-plugin-eslint-comments": "^3.0.1",
    "eslint-plugin-import": "^2.14.0",
    "eslint-plugin-jsx-a11y": "^6.1.2",
    "eslint-plugin-prettier": "^3.0.0",
    "eslint-plugin-react": "^7.11.1"
  },
  "peerDependencies": {
    "@commitlint/config-conventional": "^7.1.2",
    "@semantic-release/npm": "^5.0.4",
    "commitlint": "^7.2.0",
    "eslint-plugin-eslint-comments": "^3.0.1",
    "eslint-plugin-import": "^2.14.0",
    "eslint-plugin-jsx-a11y": "^6.1.2",
    "eslint-plugin-prettier": "^3.0.0",
    "eslint-plugin-react": "^7.11.1",
    "husky": "^1.1.1 || ^2.0.0",
    "lint-staged": "^7.2.2 || ^8.0.0",
    "prettier": "^1.14.2",
    "semantic-release": "^15.9.17"
  }
}
