Incorporated BCT branding

This commit is contained in:
2025-11-30 23:52:21 +11:00
parent f3bef3c54f
commit 391fa7606e
7 changed files with 3420 additions and 0 deletions

17
package.json Normal file
View File

@@ -0,0 +1,17 @@
{
"name": "stress-testing-tool",
"version": "1.0.0",
"description": "Website stress testing tool with CORS proxy",
"main": "proxy-server.js",
"scripts": {
"start": "node proxy-server.js",
"proxy": "node proxy-server.js"
},
"keywords": [
"stress-testing",
"load-testing",
"cors-proxy"
],
"author": "",
"license": "MIT"
}