{
  "source": "system.js",
  "method": "getCwd",
  "input-schema": {
    "type": "null"
  },
  "output-schema": {
    "type": "object",
    "properties": {
      "directory":{
        "title": "Current directory",
        "type": "string"
      }
    }
  },
  "meta": {
    "name": "getCwd",
    "description": "Get the current working directory of the process."
  }
}