text-processing/package.json
2026-01-09 18:45:59 -08:00

31 lines
782 B
JSON

{
"name": "@lilith/text-processing",
"version": "1.0.45",
"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:*"
},
"publishConfig": {
"registry": "http://forge.nasty.sh/api/packages/lilith/npm/"
}
}