{
  "name": "mocksserver-ws-plugin",
  "version": "0.3.2",
  "description": "A plugin for the Mocks-Server project that provides WebSocket integration. See https://www.mocks-server.org for more information.",
  "main": "index.js",
  "scripts": {
    "test": "jest"
  },
  "keywords": [
    "mocks-server",
    "websocket",
    "plugin"
  ],
  "author": "Oliver Huckfeldt",
  "homepage": "https://github.com/oliverhuckfeldt/mocksserver-ws-plugin#readme",
  "repository": {
    "type": "git",
    "url": "https://github.com/oliverhuckfeldt/mocksserver-ws-plugin.git"
  },
  "license": "MIT",
  "dependencies": {
    "ws": "^8.17.0"
  },
  "devDependencies": {
    "jest": "^29.7.0"
  }
}
