2020-09-11 09:56:05 +02:00
|
|
|
{
|
|
|
|
"name": "workadventure-artillery",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"description": "Load testing for WorkAdventure",
|
|
|
|
"scripts": {
|
2020-09-18 17:01:45 +02:00
|
|
|
"start": "ts-node ./index.ts"
|
2020-09-11 09:56:05 +02:00
|
|
|
},
|
|
|
|
"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",
|
2020-09-18 17:01:45 +02:00
|
|
|
"ts-node-dev": "^1.0.0-pre.62",
|
2020-09-28 18:52:54 +02:00
|
|
|
"typescript": "^4.0.2",
|
|
|
|
"ws": "^7.3.1"
|
2020-09-18 17:01:45 +02:00
|
|
|
},
|
2020-09-28 18:52:54 +02:00
|
|
|
"devDependencies": {}
|
2020-09-11 09:56:05 +02:00
|
|
|
}
|