@sap/cds-dk
Version:
Command line client and development toolkit for the SAP Cloud Application Programming Model
48 lines (47 loc) • 1.07 kB
JSON
{
"name": "@sap/cds-dk",
"version": "9.9.1",
"description": "Command line client and development toolkit for the SAP Cloud Application Programming Model",
"homepage": "https://cap.cloud.sap/",
"keywords": [
"CAP",
"CDS",
"CLI"
],
"author": "SAP SE (https://www.sap.com)",
"license": "SEE LICENSE IN LICENSE",
"bin": {
"cds": "bin/cds.js",
"cds-ts": "bin/cds-ts.js",
"cds-tsx": "bin/cds-tsx.js"
},
"main": "lib/index.js",
"dependencies": {
"@cap-js/asyncapi": "^1.0.0",
"@cap-js/openapi": "^1.0.0",
"@sap/cds": "^8.3 || ^9",
"@sap/cds-mtxs": "^2 || ^3",
"@sap/hdi-deploy": "^5",
"express": "^4.22.1 || ^5",
"hdb": "^2.0.0",
"livereload-js": "^4.0.1",
"mustache": "^4.0.1",
"ws": "^8.4.2",
"xml-js": "^1.6.11",
"yaml": "^2"
},
"optionalDependencies": {
"@cap-js/sqlite": ">=1"
},
"files": [
"bin/",
"lib/",
"CHANGELOG.md",
"LICENSE",
"npm-shrinkwrap.json",
"package.json",
"readme.md",
"index.d.ts"
],
"_hasShrinkwrap": true
}