add custom build task contribution sample

This commit is contained in:
Lothar Bender
2021-11-11 11:55:28 +01:00
parent c4529f3cd7
commit 8b0f6010a5
4 changed files with 66 additions and 2 deletions

View File

@@ -0,0 +1,9 @@
{
"name": "@sap/cds-plugin-openapi",
"version": "1.0.0",
"description": "OpenAPI service specification build plugin",
"main": "index.js",
"dependencies": {
"@sap/cds-dk": "^4"
}
}