{
  {{#isNodejs}}
  "dependencies": {
    "@cap-js/postgres": "^2"
  }{{#profile}},
  "cds": {
    "requires": {
      "[{{profile}}]": {
      {{#shortcut}}
        "db": "postgres"
      {{/shortcut}}
      {{^shortcut}}
        "db": {
          "kind": "postgres"
        }
      {{/shortcut}}
      }
    }
  }
  {{/profile}}
  {{/isNodejs}}
  {{#isJava}}
  "requires": {
    {{#profile}}
    "[{{profile}}]": {
    {{/profile}}
    {{#shortcut}}
      "db": "postgres"
    {{/shortcut}}
    {{^shortcut}}
      "db": {
        "kind": "postgres"
      }
    {{/shortcut}}
    {{#profile}}
    }
    {{/profile}}
  }
  {{/isJava}}
}
