Giancarmine Salucci b728f19570
Some checks failed
Build and publish farmacia-bot images / Build and push client's image to Gitea's registry (push) Successful in 38s
Build and publish farmacia-bot images / deploy_ovh (push) Failing after 5s
arguments, fixes, dockerfile, ci
2025-04-15 13:10:17 +02:00

18 lines
435 B
JSON

{
"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"
}