-
Notifications
You must be signed in to change notification settings - Fork 28.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fine tuned Clash, Sing-box, Xray DNS.
- Loading branch information
1 parent
b0a7c3e
commit 2dee243
Showing
3 changed files
with
31 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,15 @@ | ||
{ | ||
"name": "bpb-worker-panel", | ||
"version": "2.7.2", | ||
"author": { | ||
"name": "Bia Pain Bache" | ||
}, | ||
"devDependencies": { | ||
"wrangler": "^3.83.0" | ||
"wrangler": "latest" | ||
}, | ||
"dependencies": { | ||
"jose": "^5.9.4", | ||
"js-sha256": "^0.11.0", | ||
"tweetnacl": "^1.0.3" | ||
}, | ||
"scripts": { | ||
"build": "npx wrangler deploy ./src/worker.js --name bpb-worker-panel --compatibility-flag [nodejs_compat] --compatibility-date 2024-10-26 --dry-run --outdir=dist && cp ./dist/worker.js ./_worker.js" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters