venepagos
Version:
SDK oficial de VenePagos para integrar pagos en aplicaciones web
37 lines (36 loc) • 860 B
JSON
{
"name": "venepagos",
"version": "1.0.2",
"description": "SDK oficial de VenePagos para integrar pagos en aplicaciones web",
"main": "index.js",
"types": "index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "echo \"Build not required for this SDK\"",
"prepublishOnly": "echo \"Preparing for publish\""
},
"keywords": [
"venepagos",
"payments",
"venezuela",
"sdk",
"pasarela",
"pagos"
],
"author": "Mario Gutierrez",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/marioagutierrez/venepagos-sdk.git",
"directory": "sdk"
},
"homepage": "https://venepagos.com.ve",
"bugs": {
"url": "https://github.com/marioagutierrez/venepagos-sdk/issues"
},
"files": [
"index.js",
"index.d.ts",
"README.md"
]
}