UNPKG

bc-payments-sdk

Version:

BetterCommerce's Payments NodeJS SDK is a complete solution for storefront clients that integrate payments. `bc-payments-sdk` is a single point interface for storefront clients for interacting with payment gateways.

61 lines (60 loc) 1.37 kB
{ "name": "bc-payments-sdk", "version": "0.3.6-rc.4", "description": "", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "build": "npx tsc", "test": "echo \"Error: no test specified\" && exit 1" }, "dependencies": { "agentkeepalive": "^4.5.0", "axios": "^1.7.9", "bc-apple-pay-sdk": "^0.0.2", "bc-checkout-sdk": "0.2.1", "bc-clearpay-sdk": "0.0.3", "bc-elavon-sdk": "0.0.0-canary.1", "bc-juspay-sdk": "0.5.0", "bc-klarna-sdk": "0.0.4", "bc-nuvei-sdk": "0.0.3-rc.4", "bc-omnicapital-sdk": "0.0.1-rc.1", "bc-opayo-sdk": "^0.0.0-canary.1", "bc-paypal-sdk": "0.0.3", "bc-stripe-sdk": "0.0.3", "uuid": "^9.0.1" }, "devDependencies": { "@types/node": "^20.2.4", "typescript": "^5.7.2" }, "keywords": [ "bettercommerce", "payments", "sdk", "payments-sdk" ], "repository": { "type": "git", "url": "git@github.com/better-commerce/bc-payments-sdk.git" }, "author": "BetterCommerce", "license": "MIT", "files": [ "dist" ], "overrides": { "bc-juspay-sdk": { "axios": "^1.12.0" }, "bc-clearpay-sdk": { "axios": "^1.12.0" }, "bc-klarna-sdk": { "axios": "^1.12.0" }, "bc-stripe-sdk": { "axios": "^1.12.0" } } }