{
  "name": "cds-mtx-pg",
  "version": "1.0.2",
  "description": "SAP Cloud Application Programming Model - Multitenancy library for PostgreSQL",
  "homepage": "https://github.com/O1derman/cds-mtx-pg#readme",
  "keywords": [
    "mtx",
    "cds",
    "pg"
  ],
  "author": "SAP SE (https://www.sap.com) edited by Oldrich Janousek",
  "license": "ISC",
  "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"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/O1derman/cds-mtx-pg.git"
  },
  "bugs": {
    "url": "https://github.com/O1derman/cds-mtx-pg/issues"
  }
}
