WireMock Standalone for NPM Simple wrapper for WireMock standalone. Install: npm i -D wiremock-standalone Usage (as script in package.json): { "scripts": { "start:mock": "wiremock --root-dir ./mock" } }