Skip to content

Commit

Permalink
Updated package.json with additional NPM metadata properties
Browse files Browse the repository at this point in the history
  • Loading branch information
rbonestell committed Jun 30, 2024
1 parent d703be8 commit d482969
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit d482969

Please sign in to comment.