Skip to content

Conversation

@azu
Copy link
Member

@azu azu commented Oct 12, 2025

  • 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

- 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 <[email protected]>
@azu azu added the Type: Refactoring A code change that neither fixes a bug nor adds a feature label Oct 12, 2025
@azu azu merged commit dcb0ad5 into master Oct 12, 2025
6 checks passed
@azu azu deleted the feature/replace-dependencies-with-node-builtins branch October 12, 2025 09:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Type: Refactoring A code change that neither fixes a bug nor adds a feature

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants