modem-pay
Version:
A TypeScript SDK for integrating with the Modem Pay payment gateway, enabling seamless payment processing and financial services in your applications.
45 lines (44 loc) • 1.23 kB
JSON
{
"name": "modem-pay",
"version": "1.0.4",
"description": "A TypeScript SDK for integrating with the Modem Pay payment gateway, enabling seamless payment processing and financial services in your applications.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist",
"README.md",
"package.json"
],
"scripts": {
"build": "tsc --build && tsc-alias",
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "ts-node-dev --respawn ./src/index.ts",
"publish:modempay": "rm -rvf ./dist && tsc --build && npm publish --registry=https://registry.npmjs.org/"
},
"repository": {
"type": "git",
"url": "git+https://gitlab.com/modem-pay/sdks/typescript.git"
},
"keywords": [
"payment",
"payment-gateway",
"modem-pay",
"sdk",
"financial-services"
],
"author": "Caleb Okpara",
"license": "MIT",
"bugs": {
"url": "https://gitlab.com/modem-pay/sdks/typescript/issues"
},
"homepage": "https://gitlab.com/modem-pay/sdks/typescript#readme",
"dependencies": {
"axios": "^1.7.7"
},
"devDependencies": {
"ts-node": "^10.9.2",
"ts-node-dev": "^2.0.0",
"tsc-alias": "^1.8.8",
"typescript": "^4.9.5"
}
}