Files
cloud-cap-samples/_packages/products-service/package.json
Daniel 26d7fc767c ...
2020-03-02 00:08:49 +01:00

16 lines
396 B
JSON

{
"name": "@sap/capire-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": "latest",
"express": "*"
},
"files": [
"db",
"srv",
"index.cds"
]
}