adapater-interface
Version:
This is a base clase that allows consistency when implementing communication with vendors
25 lines (24 loc) • 583 B
JSON
{
"name": "adapater-interface",
"version": "1.0.0",
"description": "This is a base clase that allows consistency when implementing communication with vendors",
"main": "adapter.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://mytech-platform@dev.azure.com/mytech-platform/API/_git/adapter-interface"
},
"keywords": [
"Vendor",
"Interface",
"Base",
"Class"
],
"author": "luis.roca@ge.com",
"license": "ISC",
"dependencies": {
"request": "^2.88.0"
}
}