19 lines
482 B
JSON
19 lines
482 B
JSON
{
|
|
"name": "@transquinnftw/text-processing",
|
|
"version": "1.0.0",
|
|
"description": "Text processing packages for Venus Tech - algorithms, spell checking, text utilities",
|
|
"private": true,
|
|
"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"
|
|
},
|
|
"author": "Venus Tech",
|
|
"license": "MIT"
|
|
}
|