refactor: cleanup examples package.json scripts
[poolifier.git] / examples / typescript / websocket-server-pool / ws-worker_threads / package.json
index b6e35390ed45e68e65d7951e20511d847df1e4c0..6217f069da8d2f225edfc206b3da2e1e830ad6f4 100644 (file)
     "build": "pnpm build:clean && tsc",
     "build:clean": "tsc --build --clean",
     "start": "node dist/main.js",
-    "test": "echo \"Error: no test specified\" && exit 1"
+    "test": "echo \"Error: no test specified\" && exit 1",
+    "test:requests": "node requests.js"
   },
   "keywords": [],
   "author": "",
   "license": "ISC",
   "dependencies": {
-    "poolifier": "^2.6.35",
+    "poolifier": "^2.6.37",
     "ws": "^8.13.0"
   },
   "devDependencies": {