feat: add npm package support with CLI entry point

This commit is contained in:
Badri Narayanan S
2025-12-26 00:17:12 +05:30
parent 4d0e42471a
commit 5b1340d228
4 changed files with 175 additions and 1 deletions

21
.npmignore Normal file
View File

@@ -0,0 +1,21 @@
# Exclude tests
tests/
# Exclude GitHub workflows
.github/
# Exclude documentation (except README)
CLAUDE.md
CHANGELOG.md
CONTRIBUTING.md
docs/
# Exclude dev files
.env*
.claude/
.vscode/
.idea/
# Exclude misc
*.log
.DS_Store