{
  "name": "ws-rmi",
  "version": "1.0.1",
  "description": "A Remote Method Invocation implementation written in JavaScript utilising the WebSocket protocol",
  "main": "dist/index.js",
  "scripts": {
    "server": "ts-node example/Server.ts | pino-pretty",
    "client": "ts-node example/Client.ts | pino-pretty",
    "build": "tsc && typedoc"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/bigbeno37/ws-rmi.git"
  },
  "keywords": [
    "rmi",
    "remote",
    "method",
    "invocation",
    "server",
    "client",
    "websocket",
    "ws"
  ],
  "author": "bigbeno37",
  "license": "MPL-2.0",
  "bugs": {
    "url": "https://github.com/bigbeno37/ws-rmi/issues"
  },
  "homepage": "https://github.com/bigbeno37/ws-rmi#readme",
  "dependencies": {
    "pino": "^7.6.4",
    "uuid": "^8.3.2"
  },
  "devDependencies": {
    "@types/uuid": "^8.3.4",
    "@types/ws": "^8.2.2",
    "@typescript-eslint/eslint-plugin": "^5.10.1",
    "@typescript-eslint/parser": "^5.10.1",
    "eslint": "^8.7.0",
    "pino-pretty": "^7.5.1",
    "ts-node": "^10.4.0",
    "typedoc": "^0.22.11",
    "typescript": "^4.5.4",
    "ws": "^8.4.2"
  }
}
