mobux 0.5.0

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",
    "@semantic-release-cargo/semantic-release-cargo": "2.4.84",
    "@semantic-release/commit-analyzer": "13.0.1",
    "@semantic-release/exec": "7.1.0",
    "@semantic-release/github": "12.0.8",
    "@semantic-release/release-notes-generator": "14.1.1",
    "conventional-changelog-conventionalcommits": "9.3.1",
    "semantic-release": "25.0.3"
  },
  "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"
  }
}