mirror of
https://github.com/tsl0922/ttyd.git
synced 2026-02-06 10:04:23 +01:00
26 lines
569 B
JSON
26 lines
569 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",
|
|
"build": "preact build --no-service-worker --no-prerender"
|
|
},
|
|
"devDependencies": {
|
|
"preact-cli": "^2.2.1"
|
|
},
|
|
"dependencies": {
|
|
"decko": "^1.2.0",
|
|
"fast-text-encoding": "^1.0.0",
|
|
"preact": "^8.4.2",
|
|
"xterm": "^3.12.2"
|
|
}
|
|
}
|