{
  "name": "clio-rpc",
  "type": "module",
  "version": "0.9.0",
  "description": "This module is used to do multiprocessing and distributed processing in Clio.",
  "main": "index.js",
  "directories": {
    "test": "test"
  },
  "dependencies": {
    "buffer": "^5.7.1",
    "bufferutil": "^4.0.3",
    "clio-lang-internals": "^0.12.0",
    "sializer": "^0.1.1",
    "ws": "^7.4.6"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [],
  "author": "Pouya Eghbali",
  "license": "Apache-2.0"
}
