forked from jdorner/node-sapnwrfc
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
44 lines (44 loc) · 1.15 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
42
43
44
{
"name": "@e2ebridge/sapnwrfc",
"version": "2.0.1",
"description": "Bindings for the SAP NetWeaver RFC SDK",
"license": "MIT",
"homepage": "https://github.com/e2ebridge/node-sapnwrfc",
"repository": {
"type": "git",
"url": "https://github.com/e2ebridge/node-sapnwrfc.git"
},
"keywords": [
"sapnwrfc",
"sap",
"rfc"
],
"author": "Joachim Dorner <joachim.dorner@gmail.com>",
"contributors": [
"Alex <hypothermia.frost@gmail.com>",
"Alfred Gebert <agebert@e2ebridge.com>",
"Jakub Zakrzewski <jzakrzewski@e2ebridge.com>",
"LeandroDG <sinstereo@gmail.com>",
"Michael Scherer <michael.scherer@sealsystems.de>",
"Stefan Scherer <scherer_stefan@icloud.com>",
"Szilard Novaki <novaki@agmen.hu>"
],
"main": "sapnwrfc",
"engines": {
"node": ">= 8.16.0"
},
"dependencies": {
"cmake-js": "^5.2.0",
"node-addon-api": "^1.6.3"
},
"devDependencies": {
"mocha": "^6.1.4",
"should": "^7.1.1"
},
"scripts": {
"install": "node preinstall.js",
"test": "npm run test:linux",
"test:linux": "export LD_LIBRARY_PATH=nwrfcsdk/lib && gulp test",
"test:win32": "gulp test"
}
}