uni-pay-web
Version:
A lightweight library for processing online payments and generating invoices with Moyasar, providing seamless payment info retrieval as well developed by UNICODE Team.
42 lines (41 loc) • 967 B
JSON
{
"name": "uni-pay-web",
"version": "2.0.1",
"description": "A lightweight library for processing online payments and generating invoices with Moyasar, providing seamless payment info retrieval as well developed by UNICODE Team.",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"scripts": {
"build": "tsc",
"prepare": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/UNICODE-Venture/uni-pay-web.git"
},
"keywords": [
"uni-pay",
"moyasar",
"tamara",
"tabby",
"unicode",
"uni-pay-web",
"unipay",
"saif",
"mohammadsaif"
],
"author": "UNICODE-SA",
"license": "MIT",
"bugs": {
"url": "https://github.com/UNICODE-Venture/uni-pay-web/issues"
},
"homepage": "https://github.com/UNICODE-Venture/uni-pay-web#readme",
"devDependencies": {
"typescript": "^5.3.3"
},
"dependencies": {
"axios": "^1.6.7"
},
"files": [
"lib/**/*"
]
}