{
  "name": "clio-run",
  "type": "module",
  "version": "0.10.0",
  "description": "Internal functionality used by the Clio Programming Language core.",
  "main": "src/index.js",
  "scripts": {
    "test": "echo \"Run this script on the root directory.\" && exit 1"
  },
  "author": "Pouya Eghbali <pouya.eghbali@yandex.com>",
  "license": "Apache-2.0",
  "dependencies": {
    "clio-lang-internals": "^0.12.0",
    "clio-rpc": "^0.9.0"
  }
}
