This commit is contained in:
timothycarambat
2024-07-19 16:41:58 -07:00
parent 381c6f0c03
commit 8699c9cffb
+8 -8
View File
@@ -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",