This commit is contained in:
metacryst
2025-04-08 11:53:18 -05:00
commit 5ba9bae02c
14 changed files with 351 additions and 0 deletions

16
ssl/package.json Normal file
View File

@@ -0,0 +1,16 @@
{
"name": "ssl",
"version": "1.0.0",
"type": "module",
"description": "",
"main": "index.js",
"scripts": {
"start": "node index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"http-proxy": "^1.18.1"
}
}