UNPKG

ts-hdb

Version:

hdb driver with typescript

43 lines (42 loc) 1.01 kB
{ "name": "ts-hdb", "version": "0.1.10", "description": "hdb driver with typescript", "main": "lib/index.js", "engines": { "node": ">=18", "npm": ">=8" }, "scripts": { "test": "jest --setupFiles dotenv/config --passWithNoTests", "build": "tsc", "postbuild": "tsc --noEmit --p tsconfig.lib.json", "lint": "eslint src/** --fix", "release": "npx standard-version --no-verify", "coverage": "npm test -- --coverage --no-cache" }, "devDependencies": { "@types/jest": "29.5.12", "@types/node": "20.12.11", "@types/uuid": "9.0.8", "@typescript-eslint/eslint-plugin": "7", "@typescript-eslint/parser": "7", "dotenv": "^16.4.5", "eslint": "^8.0.0", "jest": "29.7.0", "ts-jest": "29.1.2", "ts-node": "10.9.2", "typescript": "5.4.5", "uuid": "9.0.1" }, "dependencies": { "@newdash/newdash": "5.22.1", "hdb": "0.19.8" }, "keywords": [ "SAP", "HANA", "Database" ], "license": "Apache-2.0" }