pacproxy-https-server
Version:
pacproxy server with auto SSL certificate renew and load. 自动更新和加载SSL数字证书的加密代理服务器
48 lines (47 loc) • 1.23 kB
JSON
{
"name": "pacproxy-https-server",
"version": "1.5.9",
"description": "pacproxy server with auto SSL certificate renew and load. 自动更新和加载SSL数字证书的加密代理服务器",
"main": "server.js",
"bin": "runserver.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/httpgate/pacproxy-server.git"
},
"keywords": [
"pacproxy",
"https",
"nodejs",
"翻墙",
"代理",
"vpn",
"安全",
"加密"
],
"author": "xinjingjie.us@gmail.com",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/httpgate/pacproxy-server/issues"
},
"homepage": "https://github.com/httpgate/pacproxy-server#readme",
"dependencies": {
"@fastify/send": "^4.0.0",
"serve-index": "^1.9.1",
"@silentbot1/nat-api": "0.4.3",
"acme-dns-01-cloudflare": "^1.2.5",
"buffer": "^6.0.3",
"cacheable-lookup": "6.1.0",
"greenlock-express": "^4.0.3",
"pacproxy-js": "^1.6.8",
"pacproxy-share": "^1.1.9",
"ws": "^8.17.0"
},
"pkg": {
"assets": [
"example.site.cfg"
]
}
}