{ "name": "mt-frontend", "version": "0.0.0", "private": true, "type": "module", "description": "Multithreaded frontend — TypeScript compiled by tsc into ../static/dist/ as browser ESM and loaded by Askama templates. One build-time dependency (typescript); no bundler, no runtime deps. Mirrors MNW/server/frontend. The legacy static/mt.js IIFE is not part of this build and is not being migrated.", "scripts": { "build": "tsc", "typecheck": "tsc --noEmit", "test": "node --test" }, "devDependencies": { "typescript": "^7.0.2" } }