np-payment-sdk
Version:
Unified Payment SDK for Nepal (eSewa, Khalti, ConnectIPS, IME Pay, Mobile Banking)
67 lines (66 loc) • 1.85 kB
JSON
{
"name": "np-payment-sdk",
"version": "1.1.3",
"description": "Unified Payment SDK for Nepal (eSewa, Khalti, ConnectIPS, IME Pay, Mobile Banking)",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"build": "tsc",
"test": "jest",
"test:coverage": "jest --coverage",
"test:watch": "jest --watch",
"lint": "eslint . --ext .ts",
"lint:fix": "eslint . --ext .ts --fix",
"type-check": "tsc --noEmit",
"security-check": "npm audit || echo 'Security vulnerabilities found - please review'",
"quality-check": "npm run lint && npm run type-check",
"check-deps": "npm outdated",
"ci-check": "npm run quality-check && npm run test:coverage && npm run build",
"pre-commit": "npm run lint:fix && npm run type-check && npm run test",
"clean": "rimraf dist coverage",
"prepare": "husky"
},
"repository": {
"type": "git",
"url": "https://github.com/sahilkhatiwada/np-payment-sdk.git"
},
"keywords": [
"payment",
"nepal",
"esewa",
"khalti",
"connectips",
"imepay",
"sdk"
],
"author": "Sahil Khatiwada",
"license": "MIT",
"devDependencies": {
"@types/express": "^5.0.3",
"@types/jest": "^30.0.0",
"@types/supertest": "^6.0.3",
"@typescript-eslint/eslint-plugin": "^8.35.1",
"@typescript-eslint/parser": "^8.35.1",
"eslint": "^9.30.1",
"husky": "^9.1.7",
"jest": "^29.7.0",
"rimraf": "^6.0.1",
"supertest": "^7.1.3",
"ts-jest": "^29.4.0",
"typescript": "^5.0.0"
},
"dependencies": {
"@paypal/checkout-server-sdk": "^1.0.3",
"axios": "^1.10.0",
"cashfree-pg": "^5.0.8",
"dotenv": "^17.0.1",
"express": "^5.1.0",
"flutterwave-node-v3": "^1.3.0",
"paystack-api": "^2.0.6",
"razorpay": "^2.9.6",
"stripe": "^18.3.0"
}
}