This commit is contained in:
Daniel
2020-03-02 01:22:59 +01:00
parent 26d7fc767c
commit 9921b2f3de
56 changed files with 34 additions and 66 deletions

View File

@@ -0,0 +1,12 @@
{
"name": "@sap/capire-users",
"version": "1.0.0",
"description": "A reuse service for users-related functions, like registration, user profile mgmt, etc.",
"repository": "https://github.com/SAP-samples/cloud-cap-samples.git",
"license": "SAP SAMPLE CODE LICENSE",
"dependencies": {
"@sap/capire-contacts": "^1.0.0",
"@sap/cds": "latest",
"express": "*"
}
}