{
  "name": "@cap-js/asyncapi",
  "version": "1.1.0",
  "description": "CAP tool for AsyncAPI",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/cap-js/asyncapi.git"
  },
  "homepage": "https://cap.cloud.sap/",
  "keywords": [
    "CAP",
    "CDS",
    "AsyncAPI",
    "Node.js"
  ],
  "author": "SAP SE (https://www.sap.com)",
  "license": "Apache-2.0",
  "main": "index.js",
  "files": [
    "lib/",
    "index.js",
    "LICENSE"
  ],
  "scripts": {
    "test": "node --test",
    "lint": "npx eslint ."
  },
  "peerDependencies": {
    "@sap/cds": ">=7.6"
  },
  "devDependencies": {
    "eslint": "^10.0.0"
  }
}
