diff --git a/multitenancy/ZZ_package.ZZ_json b/multitenancy/ZZ_package.ZZ_json deleted file mode 100644 index 8113a7ab..00000000 --- a/multitenancy/ZZ_package.ZZ_json +++ /dev/null @@ -1,104 +0,0 @@ -{ - "name": "multitenancy", - "version": "1.0.0", - "description": "A simple CAP project.", - "repository": "", - "license": "UNLICENSED", - "private": true, - "dependencies": { - "@sap/cds": "5.0.6", - "@sap/cds-mtx": "1.2.1", - "@sap/hana-client": "^2", - "@sap/hdi-deploy": "^4", - "@sap/instance-manager": "^2", - "@sap/xssec": "^3", - "express": "^4", - "passport": "^0" - }, - "devDependencies": { - "sqlite3": "^5.0.2" - }, - "scripts": { - "start": "cds run", - "watch": "cds watch" - }, - "eslintConfig": { - "extends": "eslint:recommended", - "env": { - "es2020": true, - "node": true, - "jest": true, - "mocha": true - }, - "globals": { - "SELECT": true, - "INSERT": true, - "UPDATE": true, - "DELETE": true, - "CREATE": true, - "DROP": true, - "CDL": true, - "CQL": true, - "CXL": true, - "cds": true - }, - "rules": { - "no-console": "off", - "require-atomic-updates": "off" - } - }, - "cds": { - "[production]": { - "features": { - "fiori_preview": true - }, - "requires": { - "multitenancy": true, - "auth": { - "strategy": "JWT" - }, - "db": { - "kind": "hana", - "vcap": { - "label": "service-manager" - } - }, - "uaa": { - "kind": "xsuaa" - } - }, - "hana": { - "deploy-format": "hdbtable" - }, - "mtx": { - "element-prefix": [ - "Z_", - "ZZ_" - ], - "namespace-blocklist": [ - "com.sap.", - "sap." - ], - "extension-allowlist": [ - { - "for": [ - "sap.capire.orders.Orders" - ], - "new-fields": 77 - }, - { - "for": [ - "OrdersService" - ], - "new-entities": 77 - } - ] - }, - "auth": { - "passport": { - "strategy": "JWT" - } - } - } - } -}