xpresspay
Version:
A Javasript library for integrating with the XpressPay
31 lines (30 loc) • 752 B
JSON
{
"name": "xpresspay",
"version": "1.0.16",
"description": "A Javasript library for integrating with the XpressPay",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"xpresspay",
"payment",
"gateway",
"PG"
],
"repository": {
"type": "git",
"url": "https://github.com/Matthew-Oluwajuwon/xpresspay-lib"
},
"homepage": "https://github.com/Matthew-Oluwajuwon/xpresspay-lib/README.md",
"bugs": {
"url": "https://github.com/Matthew-Oluwajuwon/xpresspay-lib/issues"
},
"typesPublisher": "@types/xpresspay",
"author": "Xpress Payment Solutions",
"license": "MIT",
"types": "./index.d.ts",
"publishConfig": {
"access": "public"
}
}