{
  "name": "@sap/cds-fiori",
  "version": "2.3.0",
  "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"
  },
  "cds": {
    "fiori": {
      "preview": {
        "ui5": {
          "version": "1.145.0",
          "theme": {
            "light": "sap_horizon",
            "dark": "sap_horizon_dark",
            "switch": true
          }
        }
      },
      "routes": true,
      "[production]": {
        "preview": false,
        "routes": false
      }
    }
  }
}
