Commit 76e6a8a
Replace Express stack with Hono to minimize supply chain surface
Removes express, body-parser, cors, commander, and touch (130 transitive
packages) in favor of hono + @hono/node-server (zero transitive deps).
CLI parsing now uses node:util parseArgs, and touch replaced with fs.openSync.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 2b3aa16 commit 76e6a8a
3 files changed
Lines changed: 90 additions & 634 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
19 | 16 | | |
20 | 17 | | |
21 | 18 | | |
0 commit comments