{
  "name": "@sap/cloud-sdk-vdm-responsibility-management-team-service",
  "version": "2.1.0",
  "description": "SAP Cloud SDK for JavaScript: Virtual Data Model (VDM) for the SAP S/4HANA Cloud responsibility management team service",
  "homepage": "https://sap.github.io/cloud-sdk/docs/js/getting-started",
  "main": "./index.js",
  "types": "./index.d.ts",
  "license": "SEE LICENSE IN LICENSE.md",
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": ""
  },
  "files": [
    "**/*.js",
    "**/*.js.map",
    "**/*.d.ts",
    "**/d.ts.map",
    "**/*-csn.json"
  ],
  "scripts": {
    "compile": "npx tsc"
  },
  "dependencies": {
    "@sap-cloud-sdk/odata-common": "^2.1.0",
    "@sap-cloud-sdk/odata-v4": "^2.1.0"
  },
  "peerDependencies": {
    "@sap-cloud-sdk/odata-common": "^2.1.0",
    "@sap-cloud-sdk/odata-v4": "^2.1.0"
  },
  "devDependencies": {
    "typescript": "~4.5"
  }
}
