{
  "name": "@lvce-editor/pty-host",
  "version": "8.2.0",
  "keywords": [
    "lvce-editor",
    "pty-host"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/lvce-editor/pty-host.git"
  },
  "license": "MIT",
  "author": "Lvce Editor",
  "type": "module",
  "main": "dist/ptyHostMain.js",
  "bin": "bin/ptyHost.js",
  "dependencies": {},
  "optionalDependencies": {
    "node-pty": "1.1.0-beta34"
  }
}
