UNPKG

@sap/cds

Version:

SAP Cloud Application Programming Model - CDS for Node.js

53 lines (52 loc) 957 B
{ "name": "@sap/cds", "version": "9.2.0", "description": "SAP Cloud Application Programming Model - CDS for Node.js", "homepage": "https://cap.cloud.sap/", "keywords": [ "CAP", "CDS" ], "author": "SAP SE (https://www.sap.com)", "license": "SEE LICENSE IN LICENSE", "main": "lib/index.js", "bin": { "cds-deploy": "bin/deploy.js", "cds-serve": "bin/serve.js" }, "files": [ "_i18n/", "apis/", "app/", "bin/", "lib/", "libx/", "srv/", "tasks/", "common.cds", "server.js", "eslint.config.mjs", "CHANGELOG.md" ], "engines": { "node": ">=20" }, "dependencies": { "@sap/cds-compiler": "^6", "@sap/cds-fiori": "^2", "js-yaml": "^4.1.0" }, "peerDependencies": { "@eslint/js": "^9", "express": "^4", "tar": "^7" }, "peerDependenciesMeta": { "express": { "optional": true }, "tar": { "optional": true } } }