{
  "workspaces": [
    "packages/*",
    "apps/*"
  ],
  "lint-staged": {
    "*.ts": [
      "prettier --write",
      "git add"
    ]
  },
  "prettier": {
    "semi": false,
    "singleQuote": true
  },
  "devDependencies": {
    "@commitlint/cli": "^7.2.1",
    "@commitlint/config-conventional": "^7.1.2",
    "husky": "^1.1.2",
    "lerna": "^3.1.1",
    "lint-staged": "^8.0.4",
    "npm-run-all": "^4.1.3",
    "prettier": "^1.15.2",
    "wsrun": "^2.2.1"
  },
  "commitlint": {
    "extends": [
      "@commitlint/config-conventional"
    ]
  },
  "name": "errorerror",
  "author": "MelodyCassin",
  "repository": {
    "type": "git",
    "url": "https://github.com/MarceloKling/errorerror.git"
  },
  "bugs": {
    "url": "https://github.com/MarceloKling/errorerror.git/issues"
  },
  "version": "1.2.0"
}
