mirror of
https://github.com/sorenisanerd/gotty.git
synced 2024-11-09 23:34:26 +00:00
782991c356
Using zmodem (rz and sz commands from lrzsz) you can now send and receive files.
22 lines
536 B
JSON
22 lines
536 B
JSON
{
|
|
"name": "gotty",
|
|
"version": "2.0.0",
|
|
"private": true,
|
|
"devDependencies": {
|
|
"license-loader": "^0.5.0",
|
|
"ts-loader": "^8.3.0",
|
|
"typescript": "^4.3.2",
|
|
"webpack": "^5.38.1",
|
|
"webpack-cli": "^4.7.0"
|
|
},
|
|
"dependencies": {
|
|
"css-loader": "^5.2.6",
|
|
"style-loader": "^2.0.0",
|
|
"xterm": "^4.12.0",
|
|
"xterm-addon-fit": "^0.5.0",
|
|
"xterm-addon-web-links": "^0.4.0",
|
|
"xterm-addon-webgl": "^0.10.0",
|
|
"zmodem.js": "^0.1.10"
|
|
}
|
|
}
|