@ibsolution/types-hana-client
Version:
Typescript support/bindings on top of @sap/hana-client SAP Nodejs module to work with Hana DB from Nodejs application.
42 lines (41 loc) • 1.1 kB
JSON
{
"homepage": "https://github.com/ibsolution-de/types-hana-client",
"name": "@ibsolution/types-hana-client",
"version": "2.8.20-r1",
"description": "Typescript support/bindings on top of @sap/hana-client SAP Nodejs module to work with Hana DB from Nodejs application.",
"keywords": [
"sap", "hana", "client", "hana-client", "typings", "types"
],
"repository": {
"type": "git",
"url": "git+ssh://git@github.com:ibsolution-de/types-hana-client.git"
},
"author": {
"name": "IBsolution GmbH",
"url": "https://ibsolution.de/"
},
"contributors": [
{
"name": "Nazar Kulyk",
"email": "nazar.kulyk@ibsolution.de",
"url": "https://github.com/nazarkulyk"
}
],
"license": "Apache-2.0",
"engines": {
"node": ">=10.0.0"
},
"scripts": {
"lint": "dtslint types"
},
"bundleDependencies": [
"@sap/hana-client"
],
"dependencies": {
"@sap/hana-client": "^2.8.20"
},
"devDependencies": {
"dtslint": "github:Microsoft/dtslint#production",
"types-publisher": "github:Microsoft/types-publisher#production"
}
}