unify-payment-gateway
Version:
Unify payment gateway to support all payment gateways and provide one solution
54 lines (53 loc) • 1.39 kB
JSON
{
"name": "unify-payment-gateway",
"version": "1.0.10",
"description": "Unify payment gateway to support all payment gateways and provide one solution",
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"scripts": {
"test": "npm run test",
"start:dev": "npx nodemon",
"start": "tsc && node dist/app.js",
"build": "tsup src/index.ts --format cjs,esm --dts",
"lint": "eslint . --ext .ts"
},
"files": [
"dist"
],
"repository": {
"type": "git",
"url": "git+https://github.com/sumit6387/unify-payment-gateway.git"
},
"keywords": [
"unify-payment-gateway",
"payment",
"razorpay",
"payu",
"unify payment gateway",
"unify-payment-gateway-node",
"unify-payment-gateway-nodejs",
"unify payment gateway nodejs"
],
"author": "Sumit Kumar",
"license": "ISC",
"bugs": {
"url": "https://github.com/sumit6387/unify-payment-gateway/issues"
},
"homepage": "https://github.com/sumit6387/unify-payment-gateway#readme",
"devDependencies": {
"@eslint/js": "^9.10.0",
"@types/node": "^22.5.5",
"eslint": "^9.10.0",
"globals": "^15.9.0",
"nodemon": "^3.1.5",
"ts-node": "^10.9.2",
"typescript": "^5.6.2",
"typescript-eslint": "^8.6.0"
},
"dependencies": {
"axios": "^1.9.0",
"crypto": "^1.0.1",
"razorpay": "^2.9.4"
}
}