refactor: cleanup examples package.json scripts
[poolifier.git] / examples / typescript / websocket-server-pool / ws-worker_threads / package.json
index 61b29428bcd2d2f4ebee6c1535b0b5effcc31e8e..6217f069da8d2f225edfc206b3da2e1e830ad6f4 100644 (file)
@@ -13,7 +13,8 @@
     "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": "",
@@ -23,7 +24,7 @@
     "ws": "^8.13.0"
   },
   "devDependencies": {
-    "@types/node": "^20.5.6",
+    "@types/node": "^20.5.7",
     "@types/ws": "^8.5.5",
     "typescript": "^5.2.2"
   },