{ "name": "textual-webterm-frontend", "private": true, "type": "module", "dependencies": { "ghostty-web": "^0.1.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" } }