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",