{ "name": "@lilith/text-processing", "version": "1.0.68", "description": "Text processing packages for Venus Tech - algorithms, spell checking, text utilities", "workspaces": [ "algorithms", "content-flagging", "text-utils" ], "scripts": { "build": "turbo run build", "test": "turbo run test", "clean": "turbo run clean", "typecheck": "turbo run typecheck", "prepare": "git config core.hooksPath .githooks || true" }, "author": "Venus Tech", "license": "MIT", "packageManager": "bun@1.2.6", "_": { "registry": "forgejo", "publish": true, "build": true }, "devDependencies": { "@lilith/configs": "workspace:*" }, "publishConfig": { "registry": "http://forge.nasty.sh/api/packages/lilith/npm/" } }