vexor
Version:
A single SDK to integrate Stripe, Paypal, Mercadopago, Talo, Square and more with the same code. Vexor makes integrations painless: simplify checkouts, subscriptions, marketplaces, connect accounts, webhooks and more. Integrate payment gateways in minutes
61 lines (60 loc) • 1.61 kB
JSON
{
"name": "vexor",
"version": "0.1.12",
"description": "A single SDK to integrate Stripe, Paypal, Mercadopago, Talo, Square and more with the same code. Vexor makes integrations painless: simplify checkouts, subscriptions, marketplaces, connect accounts, webhooks and more. Integrate payment gateways in minutes, not days.",
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"build": "tsup && node scripts/obfuscate.js",
"lint": "tsc",
"publish-patch": "npm version patch && npm run build && npm publish",
"publish-minor": "npm version minor && npm run build && npm publish",
"publish-major": "npm version major && npm run build && npm publish"
},
"keywords": [
"vexor",
"payments",
"sdk",
"stripe",
"paypal",
"mercadopago",
"payment-gateway",
"payment-processing",
"payment-integration",
"checkout",
"subscriptions",
"marketplace",
"multivendor",
"connect",
"checkout-session",
"refund",
"subscription",
"webhooks",
"square",
"talo"
],
"author": "Vectrals LLC",
"license": "PROPRIETARY",
"devDependencies": {
"@swc/core": "^1.7.26",
"@types/node": "^22.9.0",
"javascript-obfuscator": "^4.1.0",
"ts-node": "^10.9.2",
"tsup": "^8.3.0",
"typescript": "^5.6.3"
},
"dependencies": {
"buffer-crc32": "^1.0.0",
"mercadopago": "^2.2.0",
"stripe": "^17.5.0",
"uuid": "^11.0.3"
},
"homepage": "https://vexorpay.com",
"bugs": {
"url": "https://vexorpay.com/support"
}
}