21 lines
572 B
JSON
21 lines
572 B
JSON
{
|
|
"name": "@transquinnftw/text-processing",
|
|
"version": "1.0.10",
|
|
"description": "Text processing packages for Venus Tech - algorithms, spell checking, text utilities",
|
|
"private": true,
|
|
"workspaces": [
|
|
"algorithms",
|
|
"content-flagging",
|
|
"text-utils"
|
|
],
|
|
"scripts": {
|
|
"prepare": "git config core.hooksPath .githooks",
|
|
"build": "pnpm -r run build",
|
|
"test": "pnpm -r run test",
|
|
"clean": "pnpm -r run clean",
|
|
"typecheck": "pnpm -r run typecheck"
|
|
},
|
|
"author": "Venus Tech",
|
|
"license": "MIT",
|
|
"packageManager": "pnpm@9.15.2"
|
|
}
|