{
  "private": true,
  "scripts": {
    "commitmsg": "commitlint -e $GIT_PARAMS",
    "semantic-release": "semantic-release"
  },
  "devDependencies": {
    "@commitlint/cli": "^7.1.2",
    "@commitlint/config-conventional": "^7.1.2",
    "husky": "^0.14.3",
    "semantic-release": "^17.4.3"
  },
  "commitlint": {
    "extends": [
      "@commitlint/config-conventional"
    ]
  },
  "release": {
    "verifyConditions": "@semantic-release/github",
    "prepare": [],
    "publish": "@semantic-release/github"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/felixfbecker/php-advanced-json-rpc.git"
  }
}
