{ "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 ", "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" } }