{
    "name":                      "stmux",
    "homepage":                  "http://github.com/rse/stmux",
    "description":               "Simple Terminal Multiplexing for Node Environments",
    "version":                   "2.1.1",
    "license":                   "MIT",
    "author": {
        "name":                  "Dr. Ralf S. Engelschall",
        "email":                 "rse@engelschall.com",
        "url":                   "http://engelschall.com"
    },
    "keywords":                  [ "simple", "terminal", "multiplexing" ],
    "repository":                { "type": "git", "url": "git://github.com/rse/stmux.git" },
    "bugs":                      { "url":  "http://github.com/rse/stmux/issues" },
    "type":                      "module",
    "bin": {
        "stmux":                 "dst/stmux.js"
    },
    "devDependencies": {
        "@rse/stx":              "1.1.6",
        "shx":                   "0.4.0",
        "nodemon":               "3.1.14",
        "eslint":                "9.39.5",
        "@eslint/js":            "9.39.5",
        "neostandard":           "0.13.0",
        "globals":               "17.7.0",
        "typescript-eslint":     "8.64.0",
        "typescript":            "6.0.3",
        "peggy":                 "5.1.0",
        "remark-cli":            "12.0.1",
        "remark":                "15.0.1",
        "remark-man":            "9.0.0",
        "markdownlint":          "0.40.0",
        "markdownlint-cli2":     "0.22.1",
        "@types/node":           "26.1.1",
        "@types/blessed":        "0.1.27",
        "@types/yargs":          "17.0.35",
        "@types/which":          "3.0.4",
        "@types/node-notifier":  "8.0.5"
    },
    "dependencies" : {
        "blessed":               "0.1.81",
        "blessed-xterm":         "1.6.0",
        "chalk":                 "5.6.2",
        "strip-ansi":            "7.2.0",
        "yargs":                 "18.0.0",
        "which":                 "7.0.0",
        "asty":                  "2.0.2",
        "node-notifier":         "10.0.1"
    },
    "engines": {
        "node":                  ">=20.19.0"
    },
    "allowScripts": {
        "node-pty":              true
    },
    "upd":                       [ "!eslint", "!@eslint/js", "!typescript" ],
    "scripts": {
        "prepublishOnly":        "npm start build",
        "start":                 "stx -v4 -c etc/stx.conf",
        "test":                  "stx -v4 -c etc/stx.conf test"
    }
}
