mobux 0.1.2

A touch-friendly tmux web UI for unhinged people who run terminal sessions from their phone while walking the dog
{
  "name": "mobux",
  "version": "1.0.0",
  "description": "**tmux on your phone. Yes, really.**",
  "main": "index.js",
  "directories": {
    "test": "test"
  },
  "scripts": {
    "build": "node web/build.js",
    "postinstall": "node web/build.js",
    "test": "npx playwright test"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mvhenten/mobux.git"
  },
  "keywords": [],
  "author": "",
  "license": "ISC",
  "type": "commonjs",
  "bugs": {
    "url": "https://github.com/mvhenten/mobux/issues"
  },
  "homepage": "https://github.com/mvhenten/mobux#readme",
  "devDependencies": {
    "@playwright/test": "^1.59.1"
  },
  "dependencies": {
    "@kattebak/sterk": "file:./.local-sterk/kattebak-sterk-0.0.0.tgz",
    "@xterm/addon-web-links": "^0.12.0",
    "@xterm/xterm": "^6.0.0",
    "esbuild": "^0.28.0"
  }
}