UNPKG

sibs-payments

Version:

A payment system module for SIBS payments integration with card tokenization support

32 lines (31 loc) 743 B
{ "name": "sibs-payments", "version": "1.0.1", "description": "A payment system module for SIBS payments integration with card tokenization support", "keywords": ["payment", "sibs", "card", "tokenization", "payment-gateway"], "license": "ISC", "author": "Procimo Tech", "type": "commonjs", "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist/**/*", "README.md" ], "scripts": { "build": "rm -rf dist && tsc", "prepare": "tsc" }, "devDependencies": { "@types/node": "^24.0.7", "ts-node": "^10.9.2", "typescript": "^5.8.3" }, "engines": { "node": ">=14.0.0" }, "repository": { "type": "git", "url": "https://github.com/Procimo/sibs-payments.git" } }