UNPKG

wayapay-rest-client

Version:
33 lines (32 loc) 937 B
{ "name": "wayapay-rest-client", "version": "1.0.3", "description": "WayaPay Payment Gateway Rest API", "main": "./lib/index.js", "scripts": { "test": "mocha \"test/*.test.js\" --timeout 10000" }, "keywords": [ "Api", "wayapay", "payment-gateway" ], "author": "Faiz Fasasi <faizfasasi@gmail.com> (https://www.linkedin.com/in/fasasifaiz)", "license": "MIT", "url": "https://github.com/WAYA-MULTI-LINK/WAYA-PAY-CHAT-2.0-NODEJS-LIBRARY/blob/main/LICENSE", "dependencies": { "axios": "^0.27.2" }, "devDependencies": { "chai": "^4.3.6", "mocha": "^10.0.0" }, "repository": { "type": "git", "url": "https://github.com/WAYA-MULTI-LINK/WAYA-PAY-CHAT-2.0-NODEJS-LIBRARY.git" }, "bugs": { "url": "https://github.com/WAYA-MULTI-LINK/WAYA-PAY-CHAT-2.0-NODEJS-LIBRARY/issues" }, "homepage": "https://github.com/WAYA-MULTI-LINK/WAYA-PAY-CHAT-2.0-NODEJS-LIBRARY#readme" }