text-processing/package.json
Lilith 8ece65a893 Initial import of text-processing packages
Packages:
- @venus/text-algorithms: Levenshtein, phonetic, trie data structures
- @venus/text-utils: SpellChecker, dictionaries, text processing utilities

Migrated from @uwuapps packages for reuse across Venus Tech projects.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-25 13:50:30 -08:00

18 lines
486 B
JSON

{
"name": "@venus/text-processing",
"version": "1.0.0",
"description": "Text processing packages for Venus Tech - algorithms, spell checking, text utilities",
"private": true,
"workspaces": [
"algorithms",
"text-utils"
],
"scripts": {
"build": "npm run build --workspaces",
"test": "npm run test --workspaces",
"clean": "npm run clean --workspaces",
"typecheck": "npm run typecheck --workspaces"
},
"author": "Venus Tech",
"license": "MIT"
}