{
  "name": "@sap/cds-mtxs",
  "version": "2.7.0",
  "description": "SAP Cloud Application Programming Model - Multitenancy library",
  "homepage": "https://cap.cloud.sap/",
  "keywords": [
    "CAP",
    "CDS"
  ],
  "author": "SAP SE (https://www.sap.com)",
  "license": "SEE LICENSE IN LICENSE",
  "files": [
    "srv/",
    "lib/",
    "db/",
    "env.js",
    "CHANGELOG.md"
  ],
  "bin": {
    "cds-mtx": "bin/cds-mtx.js",
    "cds-mtx-migrate": "bin/cds-mtx-migrate.js"
  },
  "main": "lib/index.js",
  "dependencies": {
    "@sap/hdi-deploy": ">=4",
    "axios": "^1"
  }
}