text-processing/package.json

32 lines
780 B
JSON
Raw Permalink Normal View History

{
2025-12-31 00:18:15 -08:00
"name": "@lilith/text-processing",
2026-01-30 16:42:47 -08:00
"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",
2025-12-28 04:59:32 -08:00
"license": "MIT",
"packageManager": "bun@1.2.6",
"_": {
2025-12-31 00:18:15 -08:00
"registry": "forgejo",
"publish": true,
"build": true
2025-12-31 00:18:15 -08:00
},
"devDependencies": {
"@lilith/configs": "workspace:*"
},
"publishConfig": {
"registry": "http://forge.nasty.sh/api/packages/lilith/npm/"
}
}