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.

51 lines (50 loc) 1.28 kB
{ "name": "bc-payments-sdk", "version": "0.3.3-canary.2", "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.4.0", "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-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", "babel-cli": "^6.26.0", "babel-minify": "^0.2.0", "babel-plugin-transform-class-properties": "^6.24.1", "babel-plugin-transform-runtime": "^6.23.0", "babel-preset-env": "^1.7.0", "babel-preset-minify": "^0.5.0", "typescript": "4.8.3" }, "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" ] }