From c6a3abf38f9e81541e07e2e96731e6c97a6ecf31 Mon Sep 17 00:00:00 2001 From: Rafael Sofi-zada Date: Fri, 21 Jul 2023 14:04:53 +0400 Subject: [PATCH] package.json repository --- package.json | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index e42aad7..6f23592 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,10 @@ "version": "2.0.1", "description": "A modern, asynchronous, flexible and configurable Node.js library for handling file uploads (i.e. multipart/form-data requests), written in TypeScript.", "homepage": "https://github.com/rafasofizada/pechkin#readme", - "repository": "github:rafasofizada/pechkin", + "repository": { + "type": "git", + "url": "git+https://github.com/rafasofizada/pechkin.git" + }, "keywords": [ "multipart", "form-data", @@ -48,5 +51,12 @@ }, "engines": { "node": ">=13.6.0" + }, + "bugs": { + "url": "https://github.com/rafasofizada/pechkin/issues" + }, + "directories": { + "example": "examples", + "test": "test" } }