{
  "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": "^8.18.1",
    "@workadventure/messages": "1.0.0",
    "ts-node-dev": "^2.0.0",
    "typescript": "^5.9.3",
    "ws": "^8.21.0"
  }
}
