Files
Admin/ssl/package.json
metacryst 5ba9bae02c init
2025-04-08 11:53:18 -05:00

17 lines
302 B
JSON

{
"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"
}
}