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>
18 lines
486 B
JSON
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"
|
|
}
|