16 lines
376 B
JSON
16 lines
376 B
JSON
{
|
|
"name": "@sap/products",
|
|
"version": "1.0.0",
|
|
"description": "A reuse package providing domain models and services to manage product catalogs.",
|
|
"repository": "https://github.com/SAP-samples/cloud-cap-samples.git",
|
|
"license": "SAP SAMPLE CODE LICENSE",
|
|
"dependencies": {
|
|
"@sap/cds": "^3",
|
|
"express": "^4"
|
|
},
|
|
"files": [
|
|
"db",
|
|
"index.cds"
|
|
]
|
|
}
|