From b761d8aafc6902c4c1d2ef8da0ea063044f726d9 Mon Sep 17 00:00:00 2001 From: Tomas Bjerre Date: Fri, 29 Mar 2024 06:48:04 +0100 Subject: [PATCH] docs: wiremock-npm --- _docs/solutions/nodejs.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/_docs/solutions/nodejs.md b/_docs/solutions/nodejs.md index 47f9f867..0017b3ca 100644 --- a/_docs/solutions/nodejs.md +++ b/_docs/solutions/nodejs.md @@ -61,3 +61,11 @@ console.log(stubMappings); await wireMock.global.shutdown(); ``` + +## WireMock NPM package + +The WireMock NPM package is the WireMock standalone JAR packaged inside an NPM package. It has the exact same features as WireMock standalone and uses the same versioning. + +The main benefit of packaging it inside an NPM package is that the user will only need access to an NPM registry to use it. This is often the situation when working behind firewalls in organizations. + +- [GitHUb Repository](https://github.com/wiremock/wiremock-npm)