UNPKG

@cap-js/hana

Version:

CDS database service for SAP HANA

60 lines (59 loc) 1.35 kB
{ "name": "@cap-js/hana", "version": "1.9.0", "description": "CDS database service for SAP HANA", "homepage": "https://cap.cloud.sap/", "keywords": [ "CAP", "CDS", "HANA" ], "author": "SAP SE (https://www.sap.com)", "main": "index.js", "files": [ "cds-plugin.js", "lib", "CHANGELOG.md" ], "scripts": { "test": "(([ -z \"${HANA_HOST}\" ] && npm start) || true) && npm run test:plain && npm run test:bookshop:quoted", "test:bookshop:quoted": "cds_sql_names=quoted cds-test bookshop", "test:plain": "cds-test", "test:remote": "cds-test", "start": "npm run start:hce || npm run start:hxe", "start:hce": "cd ./tools/docker/hce/ && ./start.sh", "start:hxe": "cd ./tools/docker/hxe/ && ./start.sh" }, "dependencies": { "@cap-js/db-service": "^1.20.0", "hdb": "^0.19.5" }, "peerDependencies": { "@sap/hana-client": "2", "@sap/cds": ">=8.2" }, "peerDependenciesMeta": { "@sap/hana-client": { "optional": true } }, "devDependencies": { "@sap/hana-client": ">=2" }, "cds": { "requires": { "kinds": { "sql": { "[production]": { "kind": "hana" } }, "hana": { "impl": "@cap-js/hana" } }, "db": "sql" } }, "license": "SEE LICENSE" }