@cap-js/asyncapi
Version:
CAP tool for AsyncAPI
36 lines (35 loc) • 677 B
JSON
{
"name": "@cap-js/asyncapi",
"version": "1.0.3",
"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": "SEE LICENSE IN LICENSE",
"main": "index.js",
"files": [
"lib/",
"index.js",
"LICENSE"
],
"scripts": {
"test": "npx jest --silent",
"lint": "npx eslint ."
},
"peerDependencies": {
"@sap/cds": ">=7.6"
},
"devDependencies": {
"jest": "^29",
"eslint": "^8.56.0"
}
}