UNPKG

bc-checkout-sdk

Version:

BetterCommerce's Checkout NodeJS SDK enables BC client applications to integrate with Checkout merchant API system. It publishes an interface to interact with [Checkout API](https://api-reference.checkout.com/#operation/getPaymentDetails/) endpoints.

40 lines (39 loc) 932 B
{ "name": "bc-checkout-sdk", "version": "0.2.2", "description": "", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "build": "npx tsc", "test": "echo \"Error: no test specified\" && exit 1" }, "dependencies": { "axios": "^1.4.0", "fs": "^0.0.1-security" }, "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", "checkout-sdk" ], "repository": { "type": "git", "url": "git@github.com/better-commerce/bc-checkout-sdk.git" }, "author": "BetterCommerce", "license": "MIT", "files": [ "dist" ] }