payxpert
Version:
PayXpert API wrapper in NodeJS
27 lines (26 loc) • 605 B
JSON
{
"name": "payxpert",
"version": "1.0.5",
"description": "PayXpert API wrapper in NodeJS",
"main": "lib/sdk.js",
"scripts": {
"test": "mocha"
},
"keywords": [
"payxpert",
"payment processing",
"credit cards",
"api",
"wechat",
"alipay"
],
"homepage": "https://github.com/PayXpert/connect2pay-nodejs-client",
"author": "PayXpert Technical Team <technical@payxpert.com> (https://developers.payxpert.com)",
"contributors": [
"Andrey Sapunov <andrey.sapunov@payxpert.com>"
],
"license": "Apache-2.0",
"devDependencies": {
"mocha": "^9.2.1"
}
}