Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
Size: Mime:
{
  "name": "@omniagents/pyodide-worker",
  "version": "0.0.0",
  "private": true,
  "type": "module",
  "description": "Node host for the pyodide-backed Workspace. Loaded as a subprocess by omniagents.workspace.pyodide.PyodideWorkspace.",
  "main": "worker.mjs",
  "scripts": {
    "start": "node worker.mjs"
  },
  "dependencies": {
    "pyodide": "^0.28.0"
  }
}