{
  "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": {
    "@types/ws": "^7.2.6",
    "ts-node-dev": "^1.0.0-pre.62",
    "typescript": "^4.0.2",
    "ws": "^7.4.6"
  },
  "devDependencies": {}
}