Giancarmine Salucci b69a6af61a
All checks were successful
Build and publish farmacia-bot images / Build and push client's image to Gitea's registry (push) Successful in 16s
Build and publish farmacia-bot images / deploy_ovh (push) Successful in 12s
spacing
2025-04-15 19:29:07 +02:00

18 lines
445 B
JSON

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