Skip to content

Commit c47a99f

Browse files
author
Anmol Binani
committed
added package.json
1 parent 7adb978 commit c47a99f

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

package.json

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)