connector-openpay-mx
Version:
Package that allows us to connect to OpenPay Mexico and make use of the following resources.
36 lines (35 loc) • 906 B
JSON
{
"name": "connector-openpay-mx",
"version": "0.1.4",
"description": "Package that allows us to connect to OpenPay Mexico and make use of the following resources.",
"main": "index.js",
"scripts": {
"test": "jest"
},
"repository": {
"type": "git",
"url": "git@gitlab.compusoluciones.com:base/paquetes/connector-openpay-mx.git"
},
"author": "Mauro Sanchez",
"license": "MIT",
"bugs": {
"url": "https://gitlab.compusoluciones.com/base/paquetes/connector-openpay-mx/-/issues"
},
"keywords": [
"backend",
"openpay",
"méxico",
"js",
"connector",
"payments",
"charges"
],
"homepage": "https://gitlab.compusoluciones.com/base/paquetes/connector-openpay-mx/-/blob/master/README.md",
"dependencies": {
"joi": "^17.4.0",
"openpay": "^1.0.5"
},
"devDependencies": {
"jest": "^27.0.1"
}
}