UNPKG

@sap/cds-dk

Version:

Command line client and development toolkit for the SAP Cloud Application Programming Model

49 lines (48 loc) 1.08 kB
{ "name": "@sap/cds-dk", "version": "9.8.2", "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", "@sap/cds-mtxs": ">=2", "@sap/hdi-deploy": "^5", "axios": "^1", "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 }