bani-vue
Version:
Bani Vue Payment Widget is a convenient and user-friendly payment solution for web applications. It enables businesses to easily accept payments through various channels such as mobile money, cryptocurrency, bank transfers, and third-party wallets. With j
68 lines (67 loc) • 1.83 kB
JSON
{
"name": "bani-vue",
"version": "1.0.3-alpha",
"description": "Bani Vue Payment Widget is a convenient and user-friendly payment solution for web applications. It enables businesses to easily accept payments through various channels such as mobile money, cryptocurrency, bank transfers, and third-party wallets. With just a few simple steps, you can integrate this widget into your application and start accepting payments securely.",
"main": "./src/index.ts",
"type": "module",
"typings": "./src/types.ts",
"scripts": {
"build": "rollup -c",
"prepublishOnly": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://bitbucket.org/jacob-eke/bani-vue.git"
},
"keywords": [
"github",
"vue",
"vuejs",
"bani",
"bani-vue",
"payment",
"crypto",
"payment",
"bank",
"transfers",
"Bani",
"Fiat Payments",
"paystack alternative",
"crypto payments",
"BANI payments",
"fiat payments",
"crypto payments",
"payment gateway",
"online payments",
"digital currency",
"cryptocurrency",
"financial transactions",
"payment processing",
"blockchain payments",
"digital payments",
"financial technology",
"crypto integration",
"payment solutions",
"typescript payments",
"Open Source",
"payments"
],
"author": "Jacob Eke",
"license": "MIT",
"bugs": {
"url": "https://github.com/Jaek-Dev/bani-vue/issues"
},
"homepage": "https://github.com/Jaek-Dev/bani-vue#readme",
"peerDependencies": {
"vue": "^3.3.9"
},
"devDependencies": {
"@types/semver": "^7.5.6",
"rollup": "^4.6.0",
"rollup-plugin-clear": "^2.0.7",
"rollup-plugin-typescript2": "^0.36.0",
"rollup-plugin-vue": "^6.0.0",
"typescript": "^5.3.2",
"vue": "^3.3.9"
}
}