mirror of
https://github.com/ets-cfuhrman-pfe/EvalueTonSavoir.git
synced 2025-08-11 21:23:54 -04:00
20 lines
417 B
JSON
20 lines
417 B
JSON
{
|
|
"name": "stresstest",
|
|
"version": "1.0.0",
|
|
"description": "main.js",
|
|
"type": "module",
|
|
"main": "main.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"axios": "^1.7.7",
|
|
"dockerode": "^4.0.2",
|
|
"dotenv": "^16.4.5",
|
|
"p-limit": "^6.1.0",
|
|
"socket.io": "^4.8.1",
|
|
"socket.io-client": "^4.8.1"
|
|
}
|
|
}
|