{
  "name": "@kerolloz/socket.io-jwt",
  "version": "4.6.2",
  "description": "authenticate socket.io connections using JWTs",
  "main": "lib/index.js",
  "types": "./types/index.d.ts",
  "keywords": [
    "socket",
    "socket.io",
    "jwt"
  ],
  "author": {
    "name": "Kerollos Magdy",
    "email": "kerolloz@yahoo.com",
    "url": "https://kerolloz.me"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/kerolloz/socketio-jwt.git"
  },
  "scripts": {
    "test": "mocha"
  },
  "license": "MIT",
  "dependencies": {
    "jsonwebtoken": "^8.5.1",
    "xtend": "~2.1.2"
  },
  "devDependencies": {
    "@types/socket.io": "~1.4.29",
    "body-parser": "~1.17.1",
    "express": "~4.15.2",
    "mocha": "~3.2.0",
    "request": "~2.81.0",
    "serve-static": "^1.12.1",
    "server-destroy": "~1.0.1",
    "should": "~11.2.1",
    "socket.io": "^1.7.3",
    "socket.io-client": "^1.7.3"
  }
}
