{
  "name": "@termish/web",
  "version": "0.4.4",
  "private": false,
  "type": "module",
  "bin": {
    "termish-web": "dist/cli.js",
    "@termish/web": "dist/cli.js"
  },
  "main": "dist/index.js",
  "files": [
    "dist",
    "scripts",
    "docs"
  ],
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org"
  },
  "engines": {
    "node": ">=22.5.0"
  },
  "license": "MIT",
  "description": "Termish Web — the browser window into your herdr agents: web terminal, SFTP and agent console, no client install. Part of the Termish family — also try the Termish mobile app (Android · iOS · Desktop) at https://termish.dev",
  "homepage": "https://termish.dev/web",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/baby2011/termish-web.git"
  },
  "bugs": {
    "url": "https://github.com/baby2011/termish-web/issues"
  },
  "keywords": [
    "terminal",
    "ssh",
    "xterm",
    "web-terminal",
    "herdr",
    "sftp",
    "tmux",
    "remote",
    "mosh",
    "termish"
  ],
  "dependencies": {
    "@koa/router": "^15.7.0",
    "koa": "^3.2.1",
    "koa-static": "^5.0.0",
    "node-pty": "^1.1.0",
    "ssh2": "^1.17.0",
    "ws": "^8.21.0"
  },
  "devDependencies": {
    "@types/koa": "^3.0.3",
    "@types/koa-static": "^4.0.4",
    "@types/koa__router": "^12.0.5",
    "@types/node": "^22.0.0",
    "@types/ssh2": "^1.15.0",
    "@types/ws": "^8.18.0",
    "tsup": "^8.0.0",
    "tsx": "^4.23.0",
    "typescript": "^5.8.0",
    "@termish/shared": "0.1.0"
  },
  "scripts": {
    "dev": "tsx watch src/index.ts",
    "build": "node scripts/build.mjs",
    "start": "node dist/cli.js",
    "typecheck": "tsc --noEmit",
    "test": "tsx --test src/*.test.ts",
    "postinstall": "node scripts/fix-node-pty.mjs"
  }
}