{
  "name": "service-a",
  "version": "0.0.1",
  "scripts": {
    "start": "node index.js"
  },
  "services": {
    "b": "../b"
  }
}
