We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7adb978 commit c47a99fCopy full SHA for c47a99f
package.json
@@ -0,0 +1,19 @@
1
+{
2
+ "name": "@cap-js/alert-notification",
3
+ "version": "0.0.1",
4
+ "description": "CDS plugin providing integration to the SAP BTP Alert Notification Service.",
5
+ "repository": "cap-js/alert-notification",
6
+ "author": "SAP SE (https://www.sap.com)",
7
+ "homepage": "https://cap.cloud.sap/",
8
+ "license": "SEE LICENSE IN LICENSE",
9
+ "main": "cds-plugin.js",
10
+ "files": [
11
+ "lib",
12
+ "srv"
13
+ ],
14
+ "scripts": {
15
+ "lint": "npx eslint .",
16
+ "test": "npx jest --silent"
17
+ }
18
19
+
0 commit comments