{
  "name": "wsreq",
  "version": "2.0.4",
  "description": "Socket.io endpoints testing made easy.",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "dev": "cross-env NODE_ENV=development ts-node-dev --respawn src/example",
    "test": "cross-env NODE_ENV=test jest --runInBand",
    "build": "tsc"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Akuqt/wsreq.git"
  },
  "keywords": [
    "nodejs",
    "http",
    "socket-io",
    "websocket",
    "requests",
    "api",
    "test",
    "testing",
    "http-server",
    "rest-api"
  ],
  "author": "Aku-mi",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/Akuqt/wsreq/issues"
  },
  "homepage": "https://github.com/Akuqt/wsreq#readme",
  "devDependencies": {
    "@types/express": "^4.17.13",
    "@types/jest": "^27.0.2",
    "cors": "^2.8.5",
    "cross-env": "^7.0.3",
    "express": "^4.17.1",
    "jest": "^27.3.1",
    "socket.io": "^4.3.2",
    "ts-jest": "^27.0.7",
    "ts-node-dev": "^1.1.8",
    "typescript": "^4.4.4"
  },
  "dependencies": {
    "axios": "^0.24.0",
    "socket.io-client": "^4.3.2"
  }
}
