{
  "name": "electerm",
  "version": "3.15.76",
  "description": "Terminal/ssh/telnet/serialport/sftp client(linux, mac, win)",
  "main": "app.js",
  "bin": "npm/electerm",
  "scripts": {
    "postinstall": "node npm/install.js",
    "postpublish": "node bin/postpublish.js"
  },
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/electerm/electerm.git"
  },
  "author": {
    "name": "ZHAO Xudong",
    "email": "zxdong@gmail.com",
    "url": "https://github.com/zxdong262"
  },
  "bugs": {
    "url": "https://github.com/electerm/electerm/issues"
  },
  "homepage": "https://electerm.org",
  "engines": {
    "node": ">=16.0.0"
  },
  "preferGlobal": true,
  "dependencies": {
    "shelljs": "*",
    "tar": "*"
  },
  "files": [
    "npm",
    "README.md",
    "LICENSE"
  ]
}