{
  "name": "@cap-js/db-service",
  "version": "3.0.1",
  "description": "CDS base database service",
  "homepage": "https://github.com/cap-js/cds-dbs/tree/main/db-service#cds-base-database-service",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/cap-js/cds-dbs.git"
  },
  "bugs": {
    "url": "https://github.com/cap-js/cds-dbs/issues"
  },
  "keywords": [
    "CAP",
    "CDS"
  ],
  "author": "SAP SE (https://www.sap.com)",
  "main": "index.js",
  "files": [
    "lib",
    "CHANGELOG.md"
  ],
  "scripts": {
    "test": "cds-test"
  },
  "peerDependencies": {
    "@sap/cds": "^10",
    "generic-pool": "^3.9.0"
  },
  "peerDependenciesMeta": {
    "generic-pool": {
      "optional": true
    }
  },
  "license": "Apache-2.0"
}
