UNPKG

@sap/hdbext

Version:

Hana-client extension library and utility functions for using SAP HANA in node.js

56 lines 1.3 kB
{ "name": "@sap/hdbext", "version": "8.1.3", "description": "Hana-client extension library and utility functions for using SAP HANA in node.js", "main": "index.js", "license": "SEE LICENSE IN LICENSE file", "engines": { "node": "^12.0.0 || ^14.0.0 || ^16.0.0 || ^18.0.0 || ^20.0.0 || ^22.x" }, "scripts": { "lint": "eslint -f stylish --ignore-path .gitignore .", "test": "nyc mocha --recursive --check-leaks", "prepareRelease": "npm shrinkwrap && clean-packages -i && npm prune" }, "repository": { "type": "git" }, "keywords": [ "HDB", "hana", "sap", "sql", "hdi" ], "files": [ "lib", "package.json", "README.md", "CHANGELOG.md", "index.js", "npm-shrinkwrap.json", "migration.md", "LICENSE" ], "dependencies": { "@sap/e2e-trace": "5.3.0", "@sap/hana-client": "2.23.24", "accept-language": "2.0.16", "async": "3.2.6", "debug": "4.3.1", "lodash": "4.17.21", "verror": "1.10.0" }, "devDependencies": { "chai": "3.5.0", "eslint": "^8.54.0", "express": "^4.18.2", "filter-node-package": "^3.2.0", "mocha": "^10.2.0", "node-style": "2.0.0", "nyc": "^15.1.0", "proxyquire": "1.7.10", "sinon": "1.17.5", "supertest": "^6.3.3" } }