{
  "name": "@sap/cds-common-content",
  "version": "3.2.0",
  "description": "CDS Common Content",
  "files": [
    "db/",
    "index.cds",
    "CHANGELOG.md",
    "LICENSE"
  ],
  "scripts": {
    "test": "cd test/bookshop && npm i && npm test"
  },
  "author": "SAP SE - https://www.sap.com",
  "license": "SEE LICENSE IN LICENSE",
  "keywords": [
    "CDS",
    "CAP",
    "CSV"
  ],
  "dependencies": {},
  "peerDependencies": {
    "@sap/cds": ">=7.7.0"
  }
}