2025-12-25 13:50:30 -08:00
|
|
|
{
|
2025-12-31 00:18:15 -08:00
|
|
|
"name": "@lilith/text-processing",
|
2026-01-30 16:42:47 -08:00
|
|
|
"version": "1.0.68",
|
2025-12-25 13:50:30 -08:00
|
|
|
"description": "Text processing packages for Venus Tech - algorithms, spell checking, text utilities",
|
|
|
|
|
"workspaces": [
|
|
|
|
|
"algorithms",
|
2025-12-27 21:59:04 -08:00
|
|
|
"content-flagging",
|
2025-12-25 13:50:30 -08:00
|
|
|
"text-utils"
|
|
|
|
|
],
|
|
|
|
|
"scripts": {
|
2026-01-29 08:37:40 -08:00
|
|
|
"build": "turbo run build",
|
|
|
|
|
"test": "turbo run test",
|
|
|
|
|
"clean": "turbo run clean",
|
|
|
|
|
"typecheck": "turbo run typecheck",
|
2026-01-30 16:42:46 -08:00
|
|
|
"prepare": "git config core.hooksPath .githooks || true"
|
2025-12-25 13:50:30 -08:00
|
|
|
},
|
|
|
|
|
"author": "Venus Tech",
|
2025-12-28 04:59:32 -08:00
|
|
|
"license": "MIT",
|
2026-01-29 08:37:40 -08:00
|
|
|
"packageManager": "bun@1.2.6",
|
2025-12-29 20:20:27 -08:00
|
|
|
"_": {
|
2025-12-31 00:18:15 -08:00
|
|
|
"registry": "forgejo",
|
|
|
|
|
"publish": true,
|
2025-12-29 20:20:27 -08:00
|
|
|
"build": true
|
2025-12-31 00:18:15 -08:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2026-01-22 14:09:57 -08:00
|
|
|
"@lilith/configs": "workspace:*"
|
2026-01-03 00:42:30 -08:00
|
|
|
},
|
|
|
|
|
"publishConfig": {
|
|
|
|
|
"registry": "http://forge.nasty.sh/api/packages/lilith/npm/"
|
2025-12-29 20:20:27 -08:00
|
|
|
}
|
|
|
|
|
}
|