{
  "name": "@code-bug/config",
  "version": "1.0.0",
  "author": {
    "name": "Code Bug",
    "email": "code-bug@outlook.com"
  },
  "bugs": {
    "url": "https://github.com/macmillanhighered/automation-config/issues"
  },
  "dependencies": {
    "rc": "^1.2.8"
  },
  "description": "boiler plate for nodejs projects",
  "homepage": "https://github.com/macmillanhighered/automation-config#readme",
  "keywords": [
    "node",
    "npm",
    "boiler",
    "plate"
  ],
  "license": "MPL-2.0",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/macmillanhighered/automation-config"
  },
  "scripts": {
    "test": "browser=firefox node ./test.js --publish-quiet"
  },
  "devDependencies": {
    "eslint": "^6.8.0",
    "eslint-config-airbnb-base": "^14.1.0",
    "eslint-config-prettier": "^6.11.0",
    "eslint-plugin-import": "^2.20.2",
    "eslint-plugin-prettier": "^3.1.3",
    "husky": "4.2.5",
    "lint-staged": "10.1.5",
    "prettier": "^2.0.5"
  },
  "husky": {
    "hooks": {
      "pre-commit": "lint-staged"
    }
  },
  "lint-staged": {
    "*.{js,jsx,ts,tsx}": [
      "eslint --fix"
    ],
    "*.{json,yaml,yml,md,sh,groovy}": [
      "prettier --write"
    ]
  }
}
