Skip to main content

max / makenotwork

565 B · 16 lines History Blame Raw
1 {
2 "name": "mt-frontend",
3 "version": "0.0.0",
4 "private": true,
5 "type": "module",
6 "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.",
7 "scripts": {
8 "build": "tsc",
9 "typecheck": "tsc --noEmit",
10 "test": "node --test"
11 },
12 "devDependencies": {
13 "typescript": "^7.0.2"
14 }
15 }
16