{
  "name": "@mmmbuto/nexuscrew",
  "version": "0.9.12",
  "description": "Faithful browser tmux client — attach to live sessions over a real PTY, localhost-only, mobile-easy",
  "main": "lib/server.js",
  "bin": {
    "nexuscrew": "bin/nexuscrew.js"
  },
  "files": [
    "bin/",
    "lib/",
    "skills/",
    "frontend/dist/",
    "frontend/index.html",
    "CHANGELOG.md",
    "MCP_COMPANIONS.md",
    "mcp-companions.json",
    "LICENSE",
    "README.md",
    "NOTICE"
  ],
  "scripts": {
    "start": "node bin/nexuscrew.js serve",
    "dev": "node bin/nexuscrew.js serve",
    "build": "npm --prefix frontend ci && npm --prefix frontend run build",
    "test": "node tests/run-isolated.js && npm --prefix frontend test"
  },
  "dependencies": {
    "express": "^4.21.0",
    "multer": "^2.2.0",
    "qrcode-terminal": "^0.12.0",
    "web-push": "^3.6.7",
    "ws": "^8.18.0"
  },
  "optionalDependencies": {
    "@mmmbuto/node-pty-android-arm64": "^1.1.2",
    "@lydell/node-pty-darwin-arm64": "^1.2.0-beta.14",
    "@lydell/node-pty-darwin-x64": "^1.2.0-beta.14",
    "@lydell/node-pty-linux-arm64": "^1.2.0-beta.12",
    "@lydell/node-pty-linux-x64": "^1.2.0-beta.12"
  },
  "engines": {
    "node": ">=18"
  },
  "os": [
    "linux",
    "darwin",
    "android"
  ],
  "cpu": [
    "x64",
    "arm64"
  ],
  "keywords": [
    "tmux",
    "terminal",
    "pty",
    "websocket",
    "xterm",
    "cockpit",
    "mobile",
    "session-manager"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/DioNanos/nexuscrew.git"
  },
  "author": "DioNanos",
  "license": "Apache-2.0"
}
