Added definition file, exported UnauthorizedError

This commit is contained in:
Root-Core
2017-04-18 23:21:07 +02:00
parent 90f431741b
commit 72f3846fcf
3 changed files with 73 additions and 0 deletions

View File

@ -3,6 +3,7 @@
"version": "4.5.0",
"description": "authenticate socket.io connections using JWTs",
"main": "lib/index.js",
"types": "./types/index.d.ts",
"keywords": [
"socket",
"socket.io",
@ -22,6 +23,7 @@
},
"license": "MIT",
"dependencies": {
"@types/socket.io": "~1.4.29",
"jsonwebtoken": "^5.0.0",
"xtend": "~2.1.2"
},