mirror of
https://github.com/tsl0922/ttyd.git
synced 2026-02-06 10:04:23 +01:00
25 lines
504 B
JSON
25 lines
504 B
JSON
{
|
|
"private": true,
|
|
"name": "ttyd",
|
|
"version": "1.0.0",
|
|
"description": "Share your terminal over the web",
|
|
"repository": {
|
|
"url": "git@github.com:tsl0922/ttyd.git",
|
|
"type": "git"
|
|
},
|
|
"author": "Shuanglei Tao <tsl0922@gmail.com>",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"start": "preact watch"
|
|
},
|
|
"devDependencies": {
|
|
"preact-cli": "^2.1.0"
|
|
},
|
|
"dependencies": {
|
|
"decko": "^1.2.0",
|
|
"fast-text-encoding": "^1.0.0",
|
|
"preact": "^8.2.7",
|
|
"xterm": "^3.3.0"
|
|
}
|
|
}
|