{
  "useWorkspaces": true,
  "npmClient": "yarn",
  "command": {
    "publish": {
      "message": "chore(release): %s",
      "conventionalCommits": true
    }
  },
  "packages": [
    "packages/**/*",
    "playground/**/*"
  ],
  "version": "1.0.0"
}
