From d482969df9bf589ac5c0b7669a74bc3160da0176 Mon Sep 17 00:00:00 2001 From: Bobby Bonestell Date: Sun, 30 Jun 2024 17:02:43 -0600 Subject: [PATCH] Updated package.json with additional NPM metadata properties --- package.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/package.json b/package.json index ed65453..d94651a 100644 --- a/package.json +++ b/package.json @@ -2,6 +2,14 @@ "name": "nest-local-https-proxy", "version": "1.0.0-beta", "description": "A simple library to add HTTPS support to your HTTP NestJS application for local develoment, debugging, and testing.", + "repository": { + "type": "git", + "url": "https://github.com/rbonestell/nest-local-https-proxy.git" + }, + "bugs": { + "url": "https://github.com/rbonestell/nest-local-https-proxy/issues" + }, + "keywords": ["nest", "nestjs", "ssl", "tls", "https", "local", "express", "fastify", "secure", "certificate", "self-signed"], "private": false, "main": "dist/lib/local-https-proxy.js", "types": "dist/lib/local-https-proxy.d.ts",