* Remove obsolete stuff, and moved non-app things to ./etc * remove test * Update package-lock --------- Co-authored-by: Christian Georgi <christian.georgi@sap.com>
18 lines
327 B
JSON
18 lines
327 B
JSON
{
|
|
"name": "@capire/loggers",
|
|
"version": "1.0.0",
|
|
"description": "Simple sample on how to dynamically set cds.log levels and formats.",
|
|
"files": [
|
|
"app",
|
|
"srv"
|
|
],
|
|
"dependencies": {
|
|
"@sap/cds": ">=5.9",
|
|
"express": "^4.17.1"
|
|
},
|
|
"scripts": {
|
|
"start": "cds-serve",
|
|
"watch": "cds watch"
|
|
}
|
|
}
|