UNPKG

@sap/cds-dk

Version:

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

51 lines (50 loc) 1.16 kB
{ "name": "@sap/cds-dk", "version": "8.9.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": "^7 || ^8", "@sap/cds-foss": "^5.0.0", "@sap/cds-mtxs": "^1.9.0 || ^2", "@sap/eslint-plugin-cds": "^3.0.1", "@sap/hdi-deploy": "^5", "axios": "^1", "eslint": "^9", "express": "^4.17.3", "hdb": "^0", "livereload-js": "^4.0.1", "mustache": "^4.0.1", "node-watch": ">=0.7", "ws": "^8.4.2", "xml-js": "^1.6.11" }, "optionalDependencies": { "@cap-js/sqlite": "^1" }, "files": [ "bin/", "lib/", "CHANGELOG.md", "LICENSE", "npm-shrinkwrap.json", "package.json", "readme.md" ], "_hasShrinkwrap": true }