{ "name": "mnw-frontend", "version": "0.0.0", "private": true, "type": "module", "description": "MNW server frontend — TypeScript core lib + custom-element islands, compiled by tsc into ../static/dist/ as browser ESM and loaded by Askama templates. One build-time dependency (typescript); no bundler, no runtime deps. Architecture: _private/docs/mnw/frontend/.", "scripts": { "build": "tsc", "typecheck": "tsc --noEmit", "test": "node --test" }, "devDependencies": { "typescript": "^7.0.2" } }