@lvce-editor/pty-host
Version:
Terminal process used in Lvce Editor.
23 lines (22 loc) • 449 B
JSON
{
"name": "@lvce-editor/pty-host",
"version": "5.1.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": {},
"optionalDependencies": {
"node-pty": "^1.1.0-beta34"
}
}