UNPKG

sap-hdbext-promisfied

Version:
51 lines (50 loc) 1.34 kB
{ "name": "sap-hdbext-promisfied", "version": "2.202503.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.3", "@sap/xsenv": "^5.5.0", "debug": "^4.4.0", "dotenv": "^16.4.7" }, "devDependencies": { "@types/node": "^22.13.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": ">=14.18.0" } }