From 9ed396f39d4e1794f24115d56c544cf03542f65f Mon Sep 17 00:00:00 2001 From: swikars1 Date: Mon, 8 Apr 2024 02:35:35 +0545 Subject: [PATCH] update packge json --- package.json | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 6b4bd0e..3f7814a 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,6 @@ { "name": "khalti-epayment", + "description": "Khalti e-Payment Checkout Library", "license": "MIT", "version": "0.1.1", "main": "dist/index.js", @@ -16,5 +17,14 @@ }, "dependencies": { "axios": "^1.6.8" - } + }, + "repository": { + "type": "git", + "url": "https://github.com/swikars1/khalti-epayment" + }, + "bugs": { + "url": "https://github.com/swikars1/khalti-epayment/issues" + }, + "homepage": "https://github.com/your-username/khalti-epayment#readme", + "author": "Swikar Sharma " }