@sap/cds-compiler
Version:
CDS (Core Data Services) compiler and backends
31 lines (30 loc) • 608 B
JSON
{
"name": "@sap/cds-compiler",
"version": "6.9.2",
"description": "CDS (Core Data Services) compiler and backends",
"homepage": "https://cap.cloud.sap/",
"author": "SAP SE (https://www.sap.com)",
"license": "SEE LICENSE IN LICENSE",
"type": "commonjs",
"bin": {
"cdsc": "bin/cdsc.js",
"cdshi": "bin/cdshi.js",
"cdsse": "bin/cdsse.js"
},
"main": "lib/main.js",
"types": "lib/main.d.ts",
"keywords": [
"CDS"
],
"files": [
"bin",
"lib",
"!lib/parsers/CdlGrammar.g4",
"doc",
"share",
"CHANGELOG.md"
],
"engines": {
"node": ">=20"
}
}