mirror of
https://github.com/Mintplex-Labs/express-ws.git
synced 2026-07-01 20:36:30 -04:00
v5.0.3
This commit is contained in:
+8
-8
@@ -1,13 +1,13 @@
|
||||
{
|
||||
"name": "@mintplex-labs/express-ws",
|
||||
"version": "5.0.2",
|
||||
"version": "5.0.3",
|
||||
"description": "WebSocket endpoints for Express applications",
|
||||
"main": "index",
|
||||
"module": "src/index",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"prepublish": "npm run build",
|
||||
"build": "babel src/ -d lib/",
|
||||
"lint": "eslint src/"
|
||||
},
|
||||
"private": false,
|
||||
"author": "Timothy Carambat <tim@mintplexlabs.com>",
|
||||
"contributors": [
|
||||
"Henning Morud <henning@morud.org>",
|
||||
@@ -16,13 +16,11 @@
|
||||
"Andrew Phillips <theasp@gmail.com>",
|
||||
"Nicholas Schell <nschell@gmail.com>",
|
||||
"Max Truxa <dev@maxtruxa.com>",
|
||||
"Kræn Hansen <mail@kraenhansen.dk>",
|
||||
"Alexis Tyler <xo@wvvw.me>"
|
||||
"Kræn Hansen <mail@kraenhansen.dk>"
|
||||
],
|
||||
"license": "BSD-2-Clause",
|
||||
"dependencies": {
|
||||
"esm": "^3.0.84",
|
||||
"ws": "^7.5.10"
|
||||
"ws": "^7.4.6"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"express": "^4.0.0 || ^5.0.0-alpha.1"
|
||||
@@ -47,6 +45,8 @@
|
||||
},
|
||||
"homepage": "https://github.com/Mintplex-Labs/express-ws",
|
||||
"devDependencies": {
|
||||
"babel-cli": "^6.26.0",
|
||||
"babel-preset-es2015": "^6.5.0",
|
||||
"eslint": "^7.27.0",
|
||||
"eslint-config-airbnb": "^18.2.1",
|
||||
"eslint-plugin-import": "^2.12.0",
|
||||
|
||||
Reference in New Issue
Block a user