workadventure/benchmark/package.json

32 lines
702 B
JSON

{
"name": "workadventure-artillery",
"version": "1.0.0",
"description": "Load testing for WorkAdventure",
"scripts": {
"start": "ts-node ./index.ts"
},
"contributors": [
{
"name": "Grégoire Parant",
"email": "g.parant@thecodingmachine.com"
},
{
"name": "David Négrier",
"email": "d.negrier@thecodingmachine.com"
},
{
"name": "Arthmaël Poly",
"email": "a.poly@thecodingmachine.com"
}
],
"license": "SEE LICENSE IN LICENSE.txt",
"dependencies": {
"socket.io-client": "^2.3.0",
"ts-node-dev": "^1.0.0-pre.62",
"typescript": "^4.0.2"
},
"devDependencies": {
"@types/socket.io-client": "^1.4.33"
}
}