Skip to main content

max / makenotwork

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