UNPKG

db-conn-hdb

Version:

Database Connecton and Pool implementation for SAP HANA hdb

45 lines (44 loc) 1.03 kB
{ "name": "db-conn-hdb", "version": "1.3.2", "description": "Database Connecton and Pool implementation for SAP HANA hdb", "main": "dist/index.js", "scripts": { "prebuild": "npm run clean", "build": "tsc", "clean": "rimraf dist", "testss": "jest --updateSnapshot", "test": "jest" }, "repository": { "type": "git", "url": "git+https://github.com/SparkleX/db-conn-hdb.git" }, "author": "Sun, Xufei", "license": "MIT", "bugs": { "url": "https://github.com/SparkleX/db-conn-hdb/issues" }, "homepage": "https://github.com/SparkleX/db-conn-hdb#readme", "dependencies": { "db-conn": "^1.3.2", "hdb": "^0.18.1" }, "keywords": [ "db-conn", "SAP", "hdb", "hana" ], "devDependencies": { "jsonfile": "^6.0.1", "@types/generic-pool": "^3.1.9", "@types/jest": "^26.0.9", "@types/jsonfile": "^6.0.0", "@types/node": "^14.0.27", "jest": "^26.2.2", "rimraf": "^3.0.2", "ts-jest": "^26.1.4", "typescript": "^3.9.7" } }