X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=examples%2Ftypescript%2Fhttp-client-pool%2Fpackage.json;h=7df99a762961bad9b6a9631b5d949041a5db4d7a;hb=16ce27f3d5276072eb9f4633dd70c1e46ba6a868;hp=f2e0dea718101c552cc0c440476fbde06bc086d3;hpb=078116c1d8dde66831fcf40973059818592c8a88;p=poolifier.git diff --git a/examples/typescript/http-client-pool/package.json b/examples/typescript/http-client-pool/package.json index f2e0dea7..7df99a76 100644 --- a/examples/typescript/http-client-pool/package.json +++ b/examples/typescript/http-client-pool/package.json @@ -12,20 +12,20 @@ "scripts": { "build": "pnpm build:clean && tsc", "build:clean": "tsc --build --clean", - "start": "node dist/main.js", - "start:httpd-echo": "node httpd-echo.js", + "start": "node --enable-source-maps dist/main.js", + "start:httpd-echo": "node --enable-source-maps httpd-echo.js", "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [], "author": "", "license": "ISC", "dependencies": { - "axios": "^1.6.0", + "axios": "^1.6.1", "node-fetch": "^3.3.2", "poolifier": "^3.0.5" }, "devDependencies": { - "@types/node": "^20.8.10", + "@types/node": "^20.9.0", "typescript": "^5.2.2" } }