text-processing/package.json
2026-01-30 15:59:41 -08:00

31 lines
772 B
JSON

{
"name": "@lilith/text-processing",
"version": "1.0.67",
"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"
},
"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/"
}
}