{
  "name": "@sap/cds-dk",
  "version": "10.0.6",
  "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",
    "@cap-js/sqlite": "^3",
    "@sap/cds": ">=9",
    "@sap/cds-mtxs": ">=3",
    "@sap/hdi-deploy": "^5",
    "express": "^4.22.1 || ^5",
    "hdb": "^2.0.0",
    "livereload-js": "^4.0.1",
    "mustache": "^4.0.1",
    "semver": "^7",
    "ws": "^8.4.2",
    "xml-js": "^1.6.11",
    "yaml": "^2"
  },
  "files": [
    "bin/",
    "lib/",
    "CHANGELOG.md",
    "LICENSE",
    "package.json",
    "readme.md",
    "index.d.ts"
  ],
  "optionalDependencies": {
    "@eslint/js": "^9 || ^10"
  },
  "bundleDependencies": [
    "@cap-js/asyncapi",
    "@cap-js/db-service",
    "@cap-js/openapi",
    "@cap-js/sqlite",
    "@eslint/js",
    "@sap/cds",
    "@sap/cds-compiler",
    "@sap/cds-fiori",
    "@sap/cds-mtxs",
    "@sap/hdi",
    "@sap/hdi-deploy",
    "@sap/xsenv",
    "accepts",
    "assert-plus",
    "async",
    "body-parser",
    "braces",
    "bytes",
    "call-bind-apply-helpers",
    "call-bound",
    "clone",
    "content-disposition",
    "content-type",
    "cookie",
    "cookie-signature",
    "core-util-is",
    "debug",
    "depd",
    "dotenv",
    "dunder-proto",
    "ee-first",
    "encodeurl",
    "es-define-property",
    "es-errors",
    "es-object-atoms",
    "escape-html",
    "etag",
    "express",
    "extsprintf",
    "fill-range",
    "finalhandler",
    "forwarded",
    "fresh",
    "function-bind",
    "get-intrinsic",
    "get-proto",
    "gopd",
    "handlebars",
    "has-symbols",
    "hasown",
    "hdb",
    "http-errors",
    "iconv-lite",
    "inherits",
    "ipaddr.js",
    "is-number",
    "is-promise",
    "livereload-js",
    "lz4-wasm-nodejs",
    "math-intrinsics",
    "media-typer",
    "merge-descriptors",
    "micromatch",
    "mime-db",
    "mime-types",
    "minimist",
    "ms",
    "mustache",
    "negotiator",
    "neo-async",
    "node-cache",
    "object-inspect",
    "on-finished",
    "once",
    "parseurl",
    "path-to-regexp",
    "picomatch",
    "pluralize",
    "proxy-addr",
    "qs",
    "range-parser",
    "raw-body",
    "router",
    "safer-buffer",
    "sax",
    "semver",
    "send",
    "serve-static",
    "setprototypeof",
    "side-channel",
    "side-channel-list",
    "side-channel-map",
    "side-channel-weakmap",
    "source-map",
    "statuses",
    "to-regex-range",
    "toidentifier",
    "type-is",
    "uglify-js",
    "unpipe",
    "vary",
    "verror",
    "wordwrap",
    "wrappy",
    "ws",
    "xml-js",
    "yaml"
  ]
}
