-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
41 lines (41 loc) · 1.08 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"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://[email protected]:ibsolution-de/types-hana-client.git"
},
"author": {
"name": "IBsolution GmbH",
"url": "https://ibsolution.de/"
},
"contributors": [
{
"name": "Nazar Kulyk",
"email": "[email protected]",
"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"
}
}