diff --git a/package.json b/package.json index 64fa8c3..86eb47a 100644 --- a/package.json +++ b/package.json @@ -32,16 +32,16 @@ }, "cds": { "requires": { + "destinations": true, + "notifications": { + "[development]": { "kind": "notify-to-console" }, + "[production]": { "kind": "notify-to-rest" }, + "destination": "SAP_Notifications", + "prefix": "alert-notification-sample", + "types": "notificationtypes.json", + "outbox": true + }, "kinds": { - "destinations": true, - "notifications": { - "[development]": { "kind": "notify-to-console" }, - "[production]": { "kind": "notify-to-rest" }, - "destination": "SAP_Notifications", - "prefix": "alert-notification-sample", - "types": "notificationtypes.json", - "outbox": true - }, "notify-to-console": { "impl": "@cap-js/notifications/srv/notifyToConsole" },