mirror of
https://github.com/bolucat/Archive.git
synced 2025-12-24 13:28:37 +08:00
49 lines
1.3 KiB
JSON
49 lines
1.3 KiB
JSON
{
|
|
"name": "socratex",
|
|
"description": "A Secure Web Proxy. Which is fast, secure, and easy to use.",
|
|
"version": "2.0.18",
|
|
"private": false,
|
|
"homepage": "https://github.com/Leask/socratex",
|
|
"main": "index.mjs",
|
|
"type": "module",
|
|
"bin": {
|
|
"socratex": "main.mjs"
|
|
},
|
|
"engines": {
|
|
"node": ">=19.x"
|
|
},
|
|
"scripts": {
|
|
"start": "node main.mjs",
|
|
"debug": "node --inspect --trace-warnings main.mjs --http --debug",
|
|
"test": "node --inspect --trace-warnings test.mjs",
|
|
"updep": "npx ncu -u && npm install",
|
|
"gitsync": "( git commit -am \"Released @ `date`\" || true ) && git pull && git push",
|
|
"build": "npm run updep && ( git commit -am 'update dependencies' || true )",
|
|
"pub": "npm run build && npm run gitsync",
|
|
"beta": "npm publish --tag beta",
|
|
"docker-build": "docker build --no-cache -t leask/socratex .",
|
|
"docker-push": "docker push leask/socratex",
|
|
"docker-publish": "npm run docker-build && npm run docker-push"
|
|
},
|
|
"keywords": [
|
|
"http-proxy",
|
|
"mitm",
|
|
"proxy",
|
|
"secure",
|
|
"tcp",
|
|
"transparent",
|
|
"tunnel"
|
|
],
|
|
"author": "Leask Wong <i@leaskh.com>",
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/Leask/socratex.git"
|
|
},
|
|
"dependencies": {
|
|
"acme-client": "^5.0.0",
|
|
"fast-geoip": "^1.1.88",
|
|
"utilitas": "^1995.1.6"
|
|
}
|
|
}
|