{
    "name": "sap-hdb-promisfied",
    "version": "2.202503.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": "^5.5.0",
        "debug": "4.4.0",
        "dotenv": "^16.4.7",
        "hdb": "0.19.12"
    },
    "devDependencies": {
        "@types/debug": "^4.1.12",
        "@types/node": "^22.13.10",
        "@types/sap__xsenv": "^3.3.2"
    },
    "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": ">= 0.12"
    }
}
