UNPKG

@lvce-editor/pty-host

Version:

Terminal process used in Lvce Editor.

32 lines (31 loc) 737 B
{ "name": "@lvce-editor/pty-host", "version": "4.2.0", "description": "", "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": { "@lvce-editor/assert": "^1.3.0", "@lvce-editor/command": "^1.2.0", "@lvce-editor/ipc": "^14.2.0", "@lvce-editor/json-rpc": "^6.2.0", "@lvce-editor/pretty-error": "^2.0.0", "@lvce-editor/rpc": "^4.1.0", "@lvce-editor/verror": "^1.6.0", "debug": "^4.4.1" }, "optionalDependencies": { "node-pty": "^1.1.0-beta34" } }