Files
ttyd/preact/package.json
2019-05-24 20:44:46 +08:00

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