{ "name": "multithreaded-http-app", "version": "1.0.0", "description": "A multithreaded Node.js app that performs repeated HTTP POST requests using worker threads.", "main": "main.js", "scripts": { "start": "node main.js", "start:single": "node main.js 1", "start:quad": "node main.js 4", "start:octa": "node main.js 8" }, "dependencies": { "axios": "^1.6.0" }, "author": "", "license": "MIT" }