OpenSAP course officesupplies

This commit is contained in:
Harini Gunabalan
2020-02-27 14:57:46 +01:00
parent 06755978b2
commit a82e7a9c9f
136 changed files with 1660 additions and 2647 deletions

View File

@@ -0,0 +1,14 @@
{
"name": "officesupplies",
"version": "1.0.0",
"description": "A simple CAP project.",
"repository": "<Add your repository here>",
"license": "ISC",
"dependencies": {
"@sap/cds": "^3",
"express": "^4"
},
"scripts": {
"start": "npx cds run"
}
}