UNPKG

@e2ebridge/sapnwrfc

Version:

Bindings for the SAP NetWeaver RFC SDK

45 lines (44 loc) 1.18 kB
{ "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" } }