UNPKG

sap-hdb-promisfied

Version:

Promise wrapper for hdb without any dependency to @sap/hana-client

60 lines (59 loc) 1.61 kB
{ "name": "sap-hdb-promisfied", "version": "2.202607.1", "description": "Promise wrapper for hdb without any dependency to @sap/hana-client", "main": "./index.cjs", "exports": { "./package.json": "./package.json", ".": [ { "import": "./index.js", "require": "./index.cjs" }, "./index.cjs" ] }, "type": "module", "module": "./index.js", "types": "./@types/index.d.ts", "keywords": [ "promise", "hdb", "sap", "hana", "database" ], "author": "jung-thomas", "license": "Apache-2.0", "repository": { "type": "git", "url": "https://github.com/SAP-samples/hana-hdbext-promisfied-example" }, "dependencies": { "@sap/xsenv": "^6.2.0", "debug": "4.4.3", "dotenv": "^17.4.2", "hdb": "2.27.1" }, "devDependencies": { "@types/debug": "^4.1.13", "@types/node": "^25.6.0", "@types/mocha": "10.0.10", "@types/sap__xsenv": "^3.3.2", "mocha": "11.7.5", "typescript": "~6.0.0" }, "overrides": { "serialize-javascript": "^7.0.5", "diff": "^8.0.3" }, "scripts": { "start": "node test", "types": "tsc --declaration --allowJs --emitDeclarationOnly --outDir @types", "prodinstall": "npm install --only=prod", "test": "mocha \"./tests/*.Test.js\" --parallel --timeout 5000" }, "engines": { "node": "^20.0.0 || ^22.0.0 || ^24.0.0 || ^26.0.0" } }