UNPKG

hana-cli

Version:
145 lines (144 loc) 3.87 kB
{ "name": "hana-cli", "version": "3.202504.1", "description": "HANA Developer Command Line Interface", "main": "index.js", "bin": { "hana-cli": "./bin/cli.js" }, "type": "module", "engines": { "node": ">=18" }, "scripts": { "test": "mocha --config=tests/.mocharc.json './tests/*.Test.js'", "changelog": "node CHANGELOG", "types": "tsc --declaration --allowJs --emitDeclarationOnly --outDir types --skipLibCheck", "postinstall": "npm link @sap/cds-dk --local" }, "repository": { "type": "git", "url": "git+https://github.com/SAP-samples/hana-developer-cli-tool-example.git" }, "keywords": [ "hana", "sap", "database", "cli" ], "types": "types/index.d.ts", "dependencies": { "@cap-js-community/odata-v2-adapter": "^1.12.9", "@cap-js/graphql": "0.10.1", "@cap-js/hana": "^0.4.0", "@cap-js/postgres": "^1.8.0", "@cap-js/sqlite": "^1.7.1", "@cap-js/telemetry": "^0.1.0", "@json2csv/node": "7.0.6", "@sap-cloud-sdk/resilience": "^3.15.0", "@sap/cds": "^7.9.1", "@sap/cds-common-content": "^1.4.0", "@sap/cds-fiori": "^1.2.3", "@sap/cds-hana": "^2.0.0", "@sap/textbundle": "^5.1", "@sap/xsenv": "^5.1.0", "body-parser": "^1.20.2", "cds-swagger-ui-express": "^0.8.0", "chalk": "^5.3.0", "check-node-version": "^4.2.1", "cli-cursor": "^4.0.0", "cli-highlight": "^2.1.11", "console.table": "~0.10", "debug": "^4.3.4", "dotenv": "^16.4.5", "easy-table": "1.2.0", "express": "^4.19.2", "figures": "^6.1.0", "glob": "10.3.15", "hdb": "0.19.8", "inquirer": "9.2.21", "inquirer-tree-prompt": "^1.1.2", "js-convert-case": "^4.2.0", "json-to-pretty-yaml": "^1.2.2", "json-to-table": "^4.2.1", "latest-version": "^9.0", "lodash": "^4.17.21", "marked": "^12.0.2", "marked-terminal": "^7.0", "node-zip": "^1.1.1", "odata2openapi": "^1.3.2", "open": "^10.1.0", "ora": "^8.0.1", "prompt": "^1.3.0", "properties-to-json": "^0.2.1", "rxjs": "^7.8.1", "sap-hdb-promisfied": "2.202405.1", "showdown": "^2.1.0", "swagger-ui-express": "^5.0.0", "terminal-kit": "^3.1.1", "terminaltools": "3.0.1-beta", "upath": "^2.0.1", "update-notifier": "^7.0.0", "uuid": "^9.0.1", "ws": "^8.17.0", "yargonaut": "1.1.4", "yargs": "^17.7.2" }, "peerDependencies": { "@sap/cds-dk": ">=8.9.0" }, "author": "SAP", "license": "SEE LICENSE IN LICENSE", "bugs": { "url": "https://github.com/SAP-samples/hana-developer-cli-tool-example/issues" }, "homepage": "https://github.com/SAP-samples/hana-developer-cli-tool-example#readme", "devDependencies": { "@sap/eslint-plugin-cds": "^3.0.3", "@types/node": "^20.12.12", "@types/showdown": "^2.0.4", "@types/yargs": "^17.0.31", "eslint": "^9.2.0", "mochawesome": "^7.1.3", "sinon": "^18.0.0", "stringify-changelog": "^0.2.1" }, "cds": { "preview": { "ui5": { "version": "1.124.0" } }, "hana": { "journal": { "enable-drop": false, "change-mode": "alter" }, "deploy-format": "hdbtable" }, "requires": { "middlewares": true, "db": { "kind": "hana", "impl": "@cap-js/hana" } }, "features": { "preserve_computed": true, "kibana_formatter": true, "audit_personal_data": true, "optimized_search": true, "rest_new_adapter": true, "odata_new_parser": true }, "protocols": { "graphql": { "path": "/graphql", "impl": "@cap-js/graphql" } }, "log": { "service": true } } }