build: switch rollup configuration to TS
[poolifier.git] / examples / typescript / http-server-pool / fastify-cluster / package.json
index c0b8fdbca34852507cbcadc219f27dae266b20e0..9504c668da013ff56e1a18cc7f94f33a118ed5bb 100644 (file)
@@ -6,11 +6,11 @@
   "main": "dist/main.js",
   "type": "module",
   "volta": {
-    "node": "20.8.1",
-    "pnpm": "8.9.2"
+    "node": "20.9.0",
+    "pnpm": "8.10.0"
   },
   "scripts": {
-    "build": "rollup --config",
+    "build": "rollup --config --configPlugin typescript",
     "start": "node dist/main.cjs",
     "start:esm": "node dist/main.js",
     "test": "echo \"Error: no test specified\" && exit 1",
   "author": "",
   "license": "ISC",
   "dependencies": {
-    "fastify": "^4.24.1",
-    "poolifier": "^3.0.1"
+    "fastify": "^4.24.3",
+    "poolifier": "^3.0.5"
   },
   "devDependencies": {
     "@rollup/plugin-typescript": "^11.1.5",
-    "@types/node": "^20.8.6",
+    "@types/node": "^20.8.9",
     "autocannon": "^7.12.0",
-    "rollup": "^4.1.4",
+    "rollup": "^4.1.5",
     "rollup-plugin-delete": "^2.0.0",
     "tslib": "^2.6.2",
     "typescript": "^5.2.2"