feat: add native node.js fetch implementation to http-client example
[poolifier.git] / examples / typescript / http-client / package.json
similarity index 87%
rename from examples/typescript/http-client/node-fetch/package.json
rename to examples/typescript/http-client/package.json
index 3aa26176497a5ab826d27da13daec27d3c674c28..a1627747ecafbeb0ff16502e06427e2ed4f1daaf 100644 (file)
@@ -10,8 +10,8 @@
     "pnpm": "8.6.12"
   },
   "scripts": {
-    "build": "pnpm build:clean && npx tsc",
-    "build:clean": "npx tsc --build --clean",
+    "build": "pnpm build:clean && tsc",
+    "build:clean": "tsc --build --clean",
     "start": "node dist/main.js",
     "start:httpd-echo": "node dist/httpd-echo.js",
     "test": "echo \"Error: no test specified\" && exit 1"