UNPKG

ss-sslcommerz

Version:

TypeScript-compatible SSLCommerz payment gateway wrapper for Node.js, NestJS, and Express.

42 lines (41 loc) 1 kB
{ "name": "ss-sslcommerz", "version": "1.0.2", "description": "TypeScript-compatible SSLCommerz payment gateway wrapper for Node.js, NestJS, and Express.", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "build": "tsc", "start": "node dist/index.js" }, "author": "Swapon Saha", "license": "ISC", "keywords": [ "sslcommerz", "payment", "typescript", "gateway", "nodejs", "nestjs", "express", "sslcommerz-api", "sslcommerz-integration", "sslcommerz-ts" ], "repository": { "type": "git", "url": "https://github.com/cseswapon/ss-sslcommerz.git" }, "bugs": { "url": "https://github.com/cseswapon/ss-sslcommerz/issues" }, "homepage": "https://github.com/cseswapon/ss-sslcommerz#readme", "dependencies": { "form-data": "^2.5.0", "node-fetch": "^2.6.1" }, "devDependencies": { "@types/node-fetch": "^2.6.12", "typescript": "^5.3.0" } }