{ "name": "textual-webterm-frontend", "private": true, "type": "module", "dependencies": { "@xterm/xterm": "^6.0.0", "@xterm/addon-fit": "^0.10.0", "@xterm/addon-webgl": "^0.18.0", "@xterm/addon-canvas": "^0.7.0", "@xterm/addon-unicode11": "^0.8.0", "@xterm/addon-web-links": "^0.11.0", "@xterm/addon-clipboard": "^0.2.0" }, "devDependencies": { "typescript": "^5.7.0" }, "scripts": { "build": "bun build src/textual_webterm/static/js/terminal.ts --outfile=src/textual_webterm/static/js/terminal.js --minify --target=browser", "watch": "bun build src/textual_webterm/static/js/terminal.ts --outfile=src/textual_webterm/static/js/terminal.js --watch --target=browser" } }