31 lines
785 B
JSON
31 lines
785 B
JSON
{
|
|
"name": "@lilith/text-processing",
|
|
"version": "1.0.56",
|
|
"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-ts": "workspace:*"
|
|
},
|
|
"publishConfig": {
|
|
"registry": "http://forge.nasty.sh/api/packages/lilith/npm/"
|
|
}
|
|
}
|