teamv-sdk-node
Version:
Decidir SDK NODEJS ===============
33 lines • 687 B
JSON
{
"name": "teamv-sdk-node",
"version": "1.0.39",
"keywords": [
"sdk",
"Payway",
"web-services",
"gateway"
],
"dependencies": {
"express": "4.16.4",
"node-rest-client": "3.1.1",
"promise": "^8.0.1"
},
"description": "",
"main": "./lib/sdk.js",
"scripts": {
"run": "node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/payway-ar/sdk-node-ventaonline.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/payway-ar/sdk-node-ventaonline/issues"
},
"homepage": "https://github.com/payway-ar/sdk-node-ventaonline#readme",
"engines": {
"node": ">=18.0.0"
}
}