{
  "name": "@cap-js/openapi",
  "version": "1.2.1",
  "description": "CAP tool for OpenAPI",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/cap-js/openapi.git"
  },
  "homepage": "https://cap.cloud.sap/",
  "keywords": [
    "CAP",
    "CDS",
    "OpenAPI",
    "Node.js"
  ],
  "author": "SAP SE (https://www.sap.com)",
  "license": "SEE LICENSE IN LICENSE",
  "main": "index.js",
  "files": [
    "lib/",
    "LICENSE"
  ],
  "scripts": {
    "test": "npx jest --silent",
    "lint": "npx eslint ."
  },
  "dependencies": {
    "pluralize": "^8.0.0"
  },
  "peerDependencies": {
    "@sap/cds": ">=7.6"
  },
  "devDependencies": {
    "jest": "^29",
    "eslint": "^8.56.0"
  }
}