You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor: replace npm dependencies with Node.js built-ins (#4)
- Replace meow with util.parseArgs for CLI argument parsing
- Replace clone with structuredClone for object cloning
- Replace concat-stream with node:stream/consumers
- Remove unused cross-env dependency
This reduces the package count by 41 dependencies while using
standard Node.js APIs available since Node.js 16-17.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-authored-by: Claude <noreply@anthropic.com>
0 commit comments