For the README for mock-server, it instructs you to install mock-server as a dependency when it should be a dev dependency. The README should be updated to `npm install -D mock-socket` to avoid users installing it the wrong way.
For the README for mock-server, it instructs you to install mock-server as a dependency when it should be a dev dependency.
The README should be updated to
npm install -D mock-socketto avoid users installing it the wrong way.