UNPKG

sap-hdbext-promisfied

Version:
51 lines (50 loc) 1.34 kB
{ "name": "sap-hdbext-promisfied", "version": "2.202507.1", "description": "Promise wrapper for @sap/hdbext", "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", "hdbext", "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/hdbext": "^8.1.9", "@sap/xsenv": "^5.6.1", "debug": "^4.4.1", "dotenv": "^17.0.1" }, "devDependencies": { "@types/node": "^24.0.10" }, "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": ">=18.18.0" } }