{
  "name": "tmax-terminal",
  "version": "1.11.4",
  "description": "Powerful multi-terminal app with tiling, floating panels, and keyboard-driven workflow",
  "license": "MIT",
  "author": "InbarR",
  "repository": {
    "type": "git",
    "url": "https://github.com/InbarR/tmax"
  },
  "homepage": "https://github.com/InbarR/tmax",
  "keywords": [
    "terminal",
    "tiling",
    "multiplexer",
    "electron",
    "tmux",
    "split",
    "pane"
  ],
  "bin": {
    "tmax": "cli.js"
  },
  "scripts": {
    "postinstall": "node install.js"
  },
  "os": [
    "win32",
    "darwin",
    "linux"
  ],
  "engines": {
    "node": ">=16"
  }
}