From 65386f3f2c61ee98f26d3d1d549cced2f06bee49 Mon Sep 17 00:00:00 2001 From: Lukas Andreano Date: Mon, 13 Nov 2023 20:45:05 +0600 Subject: [PATCH] ~deploy~ / feat: updated content in package.json --- package.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index f68e4e7..81065af 100644 --- a/package.json +++ b/package.json @@ -2,9 +2,14 @@ "name": "qiwi-reverse-api", "version": "1.0.0", "description": "QIWI Reverse API", - "author": "Nikita Balin ", + "author": "Nikita Balin (https://koka.team)", "private": false, "license": "MIT", + "homepage": "https://github.com/LukasAndreano/qiwi-reverse-api", + "bugs": { + "url": "https://github.com/LukasAndreano/qiwi-reverse-api/issues", + "email": "n.balin@koka.team" + }, "scripts": { "build": "nest build", "start": "nest start",