{
  "name": "@sap/hdbext",
  "version": "8.1.13",
  "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": "^16.0.0 || ^18.0.0 || ^20.0.0 || ^22.x || ^24.x"
  },
  "scripts": {
    "lint": "eslint -f stylish --ignore-path .gitignore .",
    "test": "nyc mocha --recursive --check-leaks",
    "prepareRelease": "node -e \"const fs=require('fs'); const pkg=require('./package.json'); delete pkg.devDependencies; fs.writeFileSync('./package.tmp.json', JSON.stringify(pkg, null, 2));\" && mv package.json package.bak.json && mv package.tmp.json package.json && npm prune --omit=dev &&  npm dedupe && npm shrinkwrap --omit=dev && node strip-shrinkwrap.js && mv package.json package.tmp.json && mv package.bak.json package.json && rm package.tmp.json"
  },
  "repository": {
    "type": "git",
    "url": "https://github.wdf.sap.corp/xs2/node-hdbext.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": "6.0.0",
    "@sap/hana-client": "2.27.24",
    "accept-language": "2.0.16",
    "async": "3.2.6",
    "debug": "4.4.3",
    "lodash": "4.18.1",
    "verror": "1.10.1"
  },
  "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"
  }
}