neppayments
Version:
A simple and easy-to-use package for integrating Nepali payment gateways (Khalti and eSewa) into your applications
50 lines (49 loc) • 1.13 kB
JSON
{
"name": "neppayments",
"version": "2.0.6",
"description": "A simple and easy-to-use package for integrating Nepali payment gateways (Khalti and eSewa) into your applications",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"test": "jest",
"lint": "eslint src --ext .ts",
"format": "prettier --write \"src/**/*.ts\"",
"prepare": "npm run build"
},
"keywords": [
"nepal",
"payment",
"khalti",
"esewa",
"gateway",
"typescript"
],
"author": "Nischal Bhattarai",
"license": "MIT",
"dependencies": {
"axios": "^1.10.0",
"crypto-js": "^4.2.0"
},
"devDependencies": {
"@types/axios": "^0.9.36",
"@types/jest": "^29.5.12",
"@types/node": "^20.19.1",
"@typescript-eslint/eslint-plugin": "^7.0.1",
"@typescript-eslint/parser": "^7.0.1",
"eslint": "^8.56.0",
"jest": "^29.7.0",
"prettier": "^3.2.5",
"ts-jest": "^29.1.2",
"ts-node": "^10.9.2",
"typescript": "^5.3.3"
},
"files": [
"dist",
"README.md",
"LICENSE"
],
"engines": {
"node": ">=14.0.0"
}
}