{ "name": "@lilith/text-processing", "version": "1.0.21", "description": "Text processing packages for Venus Tech - algorithms, spell checking, text utilities", "workspaces": [ "algorithms", "content-flagging", "text-utils" ], "scripts": { "build": "pnpm -r run build", "test": "pnpm -r run test", "clean": "pnpm -r run clean", "typecheck": "pnpm -r run typecheck", "prepare": "git config core.hooksPath .githooks" }, "author": "Venus Tech", "license": "MIT", "packageManager": "pnpm@9.15.2", "_": { "registry": "forgejo", "publish": true, "build": true }, "devDependencies": { "@lilith/configs": "workspace:*" } }