workadventure/benchmark/package.json

31 lines
671 B
JSON
Raw Normal View History

{
"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": {
2020-09-28 18:52:54 +02:00
"@types/ws": "^7.2.6",
"ts-node-dev": "^1.0.0-pre.62",
2020-09-28 18:52:54 +02:00
"typescript": "^4.0.2",
"ws": "^7.4.6"
},
2020-09-28 18:52:54 +02:00
"devDependencies": {}
}