{
  "packages": [
    "packages/*",
    "tests/*",
    "utils/*",
    "demos/*"
  ],
  "command": {
    "version": {
      "conventionalCommits": true,
      "gitRemote": "upstream",
      "ignoreChanges": [
        "__package__.ts",
        "*.md"
      ],
      "allowBranch": "master"
    },
    "publish": {}
  },
  "version": "independent",
  "npmClient": "npm",
  "lerna": "3.6.0"
}