UNPKG

nestjs-khalti

Version:

This is simple wrapper for Khalti Payment extended from @dallotech/nestjs-khalti. It supports ePayment Gateway(NEW) and transaction verification, but later more will be added. Just ping us or open pull request and contribute :)

56 lines (55 loc) 1.37 kB
{ "name": "nestjs-khalti", "version": "0.0.4", "description": "This is simple wrapper for Khalti Payment extended from @dallotech/nestjs-khalti. It supports ePayment Gateway(NEW) and transaction verification, but later more will be added. Just ping us or open pull request and contribute :)", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "test": "jest --detectOpenHandles", "build": "rimraf dist && tsc", "prepublish": "npm run build" }, "keywords": [ "nestjs", "khalti", "api" ], "author": "Sagar Bhusal", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/sagarsishir51/nestjs-khalti" }, "dependencies": { "@nestjs/axios": "^3.1.3", "rxjs": "^7.8.2" }, "peerDependencies": { "@nestjs/common": "^11.0.20" }, "devDependencies": { "@nestjs/testing": "^10.4.17", "@types/jest": "^29.5.14", "@types/node": "^20.17.30", "jest": "^29.7.0", "rimraf": "^5.0.10", "ts-jest": "^29.3.2" }, "jest": { "moduleFileExtensions": [ "js", "json", "ts" ], "rootDir": "src", "testRegex": ".*\\.spec\\.ts$", "transform": { "^.+\\.(t|j)s$": "ts-jest" }, "collectCoverageFrom": [ "**/*.(t|j)s" ], "coverageDirectory": "../coverage", "testEnvironment": "node" } }