From 13d8191f5300ceea832163ec1c312c49d4eac9d2 Mon Sep 17 00:00:00 2001 From: Jono Clarnette Date: Wed, 15 Apr 2026 11:54:06 +1000 Subject: [PATCH] chore(deps): fix invalid package.json --- package.json | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/package.json b/package.json index 92184966c..1085cbf11 100644 --- a/package.json +++ b/package.json @@ -48,25 +48,15 @@ "prettier": "^3.0.0", "publint": "^0.2.12", "ws": "^8.18.3", - "@types/ws": "^8.5.13", "ts-jest": "^29.1.0", "ts-node": "^10.5.0", "tsc-multi": "https://github.com/stainless-api/tsc-multi/releases/download/v1.1.9/tsc-multi.tgz", "tsconfig-paths": "^4.0.0", "tslib": "^2.8.1", "typescript": "5.8.3", - "ws": "^8.18.0", "zod": "^3.25 || ^4.0", "typescript-eslint": "8.31.1" }, - "peerDependencies": { - "ws": "^8.18.0" - }, - "peerDependenciesMeta": { - "ws": { - "optional": true - } - }, "bin": { "openai": "bin/cli" },