UNPKG

@sap/cds-fiori

Version:

SAP Cloud Application Programming Model - Services for SAP Fiori Elements

44 lines (43 loc) 887 B
{ "name": "@sap/cds-fiori", "version": "2.0.1", "description": "SAP Cloud Application Programming Model - Services for SAP Fiori Elements", "homepage": "https://cap.cloud.sap/", "keywords": [ "CAP", "CDS", "SAP Fiori Elements" ], "author": "SAP SE (https://www.sap.com)", "license": "SEE LICENSE IN LICENSE", "main": "cds-plugin.js", "files": [ "app/", "cds-plugin.js", "CHANGELOG.md", "LICENSE" ], "peerDependencies": { "@sap/cds": ">=8", "express": ">=4" }, "cds": { "fiori": { "preview": { "ui5": { "version": "1.135.0", "theme": { "light": "sap_horizon", "dark": "sap_horizon_dark", "switch": true } } }, "routes": true, "[production]": { "preview": false, "routes": false } } } }