lib/HttpServer.js
0 → 100644
{ | ||
"name": "@small-tech/auto-encrypt-localhost", | ||
"version": "5.2.2", | ||
"version": "5.3.0", | ||
"description": "Automatically provisions and installs locally-trusted TLS certificates for Node.js https servers (including Express.js, etc.) using mkcert.", | ||
"keywords": [ | ||
"mkcert", | ||
... | ... | @@ -43,7 +43,9 @@ |
] | ||
}, | ||
"dependencies": { | ||
"encodeurl": "^1.0.2", | ||
"fs-extra": "^8.1.0", | ||
"server-destroy": "^1.0.1", | ||
"syswide-cas": "^5.3.0" | ||
}, | ||
"devDependencies": { | ||
... | ... |
Please register or sign in to comment